GET
/
v2
/
self
curl --request GET \
  --url https://api.attio.com/v2/self \
  --header 'Authorization: Bearer <token>'
{
  "active": true
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Response

200 - application/json
Success
active
boolean
required