cURL
curl --request POST \ --url https://api.guardion.ai/v1/detokenize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "messages": [ { "role": "user", "content": "<string>" } ], "application": "<string>", "policy": "<string>" } '
{ "messages": [ { "role": "user", "content": "<string>" } ] }
Inbound process to restore original sensitive data from vaulted tokens (e.g., [CONTACT_HASH]). Requires valid authorization to reveal raw PII.
Use your Guardion API Key as a Bearer token.
Show child attributes
Tokens successfully restored to original values.