cURL
curl --request GET \ --url https://api.attio.com/v2/self \ --header 'Authorization: Bearer <token>'
{ "active": true }
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
The response is of type object.
object
Was this page helpful?