POST
/
ext
/
v1
/
cards
/
{cardId}
/
reveal
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>"
}

Path Parameters

cardId
string<uuid>
required

Body

application/json;charset=UTF-8

Response

default - application/json;charset=UTF-8

default response

The response is of type object.