GET /auth/token
Retrieve information about the current access token
/auth/token
GET
Retrieve information about the current access token
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
{
"expiry": 42,
"user": {},
"scopes": [
"example-string"
]
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
auth_token |
Required scope: auth_token |
Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories