cURL
curl --request POST \ --url https://app.attio.com/oauth/token
{ "access_token": "<string>", "token_type": "<string>" }
"authorization_code"
/authorize
"Bearer"
Was this page helpful?