curl --request POST \
--url https://api.light.inc/rest/ext/v1/cards/{cardId}/reveal \
--header 'Content-Type: application/json;charset=UTF-8' \
--data '{
"encryptedKey": "<string>"
}'
{
"encryptedData": "<string>"
}
Reveals encrypted data of a card with the given ID
curl --request POST \
--url https://api.light.inc/rest/ext/v1/cards/{cardId}/reveal \
--header 'Content-Type: application/json;charset=UTF-8' \
--data '{
"encryptedKey": "<string>"
}'
{
"encryptedData": "<string>"
}
default response
The response is of type object
.