Get token info

Returns metadata for the current access token.

Headers

AuthorizationstringRequired

Bearer access token (Bearer <access_token>).

Response

OK
resource_owner_idstring or null
scopestring or null
expires_in_secondsinteger or null
applicationobject or null
OAuth application metadata attached to token info responses.
created_atinteger or null

Errors