Detokenize

Returns records that correspond to the specified tokens.

Path parameters

vaultIDstringRequired
ID of the vault.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
detokenizationParameterslist of objectsOptional
Detokenization details.
downloadURLbooleanOptional

If true, returns download URLs for fields with a file data type. URLs are valid for 15 minutes. If virus scanning is enabled, only returns if the file is clean.

continueOnErrorbooleanOptionalDefaults to false

If true, the detokenization request continues even if an error occurs.

Response

A successful response.
recordslist of objects or null
Records corresponding to the specified tokens.

Errors