v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Authentication

Get consumer token details

Returns the metadata for the access token supplied in the access_token query parameter or bearer header. If no token is supplied, the server attempts to resolve a token from the HTTP authorization header. Returns the token's expiry, scopes, and the identity it represents.

get/api/v5/token

Response

Successful response

access_tokenstring required

Opaque access token for the consumer session. Pass as a Bearer token or access_token query parameter on subsequent requests.

expires_ininteger required

Seconds until the token expires.

scopesstring[] required

Set of permission scopes granted to this token.