Get Record By Token

Returns the record that corresponds to the specified token.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired

Request

This endpoint expects an object.
tokenslist of stringsRequired
List of tokens of the records to be fetched
redactionenumOptionalDefaults to invalid

Redaction level to enforce on the record (subject to Policies assigned to the caller of this API).

Response headers

X-Request-IDstringOptional
Unique identifier for the request.

Response

OK
recordslist of objectsOptional
List of records corresponding to the list of tokens.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error