Skip to main content
POST
Token

Request

string
required
Your app’s client ID. You can find this in your app’s settings pages at build.attio.com.
string
required
Your app’s client secret. You can find this in your app’s settings pages at build.attio.com.
string
required
The grant type. This should always be "authorization_code".
string
required
The code which you received after being redirected from the /authorize endpoint.

Response

string
required
An access token for the workspace which can be used to make authenticated requests to the Attio REST API.
string
default:"Bearer"
required
The type of token. Always "Bearer".