List Auth Tokens (POST)
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.
Request
This endpoint expects an object.
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.
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.