List Auth Tokens
Gets the token metadata for all the tokens corresponding to the given
token type issued for a given subject.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
client_id
An identifier that represents the application, which requested the
token. Only relevant for application access tokens.
requested_token_type
The type of the requested token. If no value is specified, the
response will include tokens of all the types.
subject
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.
tokens
The list of token metadata.