List Auth Tokens (POST)

Gets the token metadata for all the tokens corresponding to the given token type issued for a given subject.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
client_idstringOptionalformat: "text"
An identifier that represents the application, which requested the token. Only relevant for application access tokens.
requested_token_typeenumOptional
The type of the requested token.
subjectstringOptionalformat: "id"
The subject associated with the token. In the absence of this parameter, the ID of the authenticated entity is treated as the subject.

Response

The response to list the token metadata.
tokenslist of objects
The list of token metadata.

Errors