Access token info
GET/token.info
Get information about the access token, including the authenticated user/bot and granted scopes.
No specific scope required.
OpenAPI Spec: chat-v1.json
Responses
- 200
- 401
- 500
Token info retrieved successfully
Presented invalid authentication credentials.
An internal error occurred.