Detokenize

Returns records that correspond to the specified tokens.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired

Request

This endpoint expects an object.
detokenizationParameterslist of objectsRequired
Detokenization details.
downloadURLbooleanOptionalDefaults to false

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

OK
recordslist of objects or null
Records corresponding to the specified tokens.

Errors