Query Parameters
Your app’s client ID. You can find this in your app’s settings pages at build.attio.com.
The response type. This should always be
"code"
.The URL to redirect to after the user authorizes access to your app. This URL must exactly match one of the registered redirect URLs in your app’s settings pages at build.attio.com.
A random string to prevent CSRF attacks. Set this when starting the OAuth flow and verify it matches when the user is redirected back to your app.
Response
After the user approves the connection, they are redirected to the
redirect_uri
with a code
query parameter. If provided, the original state
is also included.