Introspect Endpoint
Check whether an access token is valid, and if so, what scopes and identity it grants
Body
Response
Whether the token is currently active and usable.
A space-separated list of scopes associated with this token
The app ID of the OAuth application that requested this token
The type of token, always Bearer for tokens acquired via the OAuth 2.0 flow.
Bearer
The time at which this token will expire, if set, as a number of seconds since January 1 1970 UTC.
The time at which this token was issued, as a number of seconds since January 1 1970 UTC.
Since Bearer tokens grant Workspace-level permissions, this property contains the workspace_id.
The intended audience for this token, for Bearer tokens this is the same as the client_id.
The issuer of the token. Always attio.com
attio.com
The ID of the workspace member who authorised this token initially, if known
The ID of the workspace the token is scoped to.
The name of the workspace the token is scoped to.
The slug of the workspace the token is scoped to.
The logo URL of the workspace the token is scoped to.