Authorize Endpoint

Use open source libraries to perform OAuth 2.0. You can find a list of libraries here: https://oauth.net/code/

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid
required

The client ID of your integration (this can be found in your integration settings page).

string
enum
required

The response type. This should always be code.

Allowed:
uri
required

The URL to redirect to after the user has authorized the integration. This URL must exactly match one of the registered redirect URLs in your integration settings page.

string

A random string to prevent CSRF attacks. You should set this when starting the OAuth flow and check that when the user is redirected back to your app that it matches this value.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json