Get Record By Token
Returns the record that corresponds to the specified token.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
Request
This endpoint expects an object.
tokens
List of tokens of the records to be fetched
redaction
Redaction level to enforce on the record (subject to Policies assigned to the caller of this API).
Response headers
X-Request-ID
Unique identifier for the request.
Response
OK
records
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