Request
Your app’s client ID. You can find this in your app’s settings pages at build.attio.com.
Your app’s client secret. You can find this in your app’s settings pages at build.attio.com.
The grant type. This should always be
"authorization_code"
.The code which you received after being redirected from the
/authorize
endpoint.Response
An access token for the workspace which can be used to make authenticated requests to the Attio REST API.
The type of token. Always
"Bearer"
.