How to tokenize a single field in Identities.
curl --request POST \
--url http://localhost:5001/identities/{identity_id}/tokenize/{field} \
--header 'X-blnk-key: <api-key>'{
"message": "Field tokenized successfully"
}
X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
{
"message": "Field tokenized successfully"
}
Was this page helpful?
curl --request POST \
--url http://localhost:5001/identities/{identity_id}/tokenize/{field} \
--header 'X-blnk-key: <api-key>'{
"message": "Field tokenized successfully"
}