curl --request GET \
--url https://api.atlas.co/functions/v1/retrieve-identity/{token_id} \
--header 'Authorization: Bearer <token>'{
"token_id": "<string>",
"type": "<string>",
"value": "<string>",
"field_name": "<string>"
}Retrieve decrypted PII value using token ID.
curl --request GET \
--url https://api.atlas.co/functions/v1/retrieve-identity/{token_id} \
--header 'Authorization: Bearer <token>'{
"token_id": "<string>",
"type": "<string>",
"value": "<string>",
"field_name": "<string>"
}