Returns metadata about an access token, including whether it is active.
Documentation Index
Fetch the complete documentation index at: https://docs.coinlist.co/llms.txt
Use this file to discover all available pages before exploring further.
Introspect request params
Token introspection result.
Token introspection response. When active is false, only that field is returned.
Whether the token is active.
true
The client identifier for the OAuth 2.0 client that requested this token.
"550e8400-e29b-41d4-a716-446655440000"
The Unix timestamp when the token expires.
1704067200
The Unix timestamp when the token was issued.
1704063600
The issuer of the token.
"https://api.example.com"
A space-separated list of scopes associated with the token.
"read write"
The subject of the token (user ID).
"550e8400-e29b-41d4-a716-446655440000"
The username of the resource owner.
"user@example.com"