GET
/
identities
/
{identity_id}
/
detokenize
/
{field}
curl --request GET \
  --url http://localhost:5001/identities/{identity_id}/detokenize/{field} \
  --header 'Authorization: Basic <encoded-value>'
{
  "field": "EmailAddress",
  "value": "alice.smith@example.com"
}

Authorization

Basic authentication header of the form — Basic <encoded-value>, where <encoded-value> is the base64-encoded string of your username:password.

Path

identity_id
string

Specifies the unique ID of the identity being retrieved

field
string

Specifies the field to be detokenized

{
  "field": "EmailAddress",
  "value": "alice.smith@example.com"
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.

To ask questions or discuss issues, please contact us or join our Discord community.

Love building with Blnk? We’d love to hear your feedback. Tell us here.