cURL
curl --request GET \ --url https://api.attio.com/v2/self \ --header 'Authorization: Bearer <token>'
{ "active": false }
Identify the current access token, the workspace it is linked to, and any permissions it has.
This API uses OAuth 2.0 with the authorization code grant flow.
Success
true
false
Was this page helpful?