Main page example
Start with this example code in order to build a correct/v2/authorize
API
call in a well-sized popup window and await
the completion of the flow. Then
you can use the other API endpoints to retrieve your needed information.
zapier.js
Redirect URI page example
The redirect URI page must exchange the OAuth code for an OAuth token within 2 minutes. The resulting token MAY NOT be stored in an insecure manner. The suggested location is in your application’s database, in a data model for the current user. See the OAuth 2.0 Token Exchange RFC for more detail.Authorizations
See our authentication documentation for how to find your Client ID
Query Parameters
Your application Client ID.
Minimum length:
1
The page the user will be redirect to after OAuth flow.
Minimum length:
1
Minimum length:
1
Only OAuth response type code
is supported
Minimum length:
1
Space (%20
) separated values
Minimum length:
1
Email of the user signing up.
Minimum length:
1
First name of the user signing up.
Minimum length:
1
Last name of the user signing up.
Minimum length:
1
Minimum length:
1
Minimum length:
1
Minimum length:
1
Minimum length:
1
Response
Redirect to authorization URL