Get Authorization code

Query Params
string
enum
required

Specifies the type of response expected by the client.

Allowed:
string
required

The client identifier as registered in the OAuth provider's system.

string
required

The URI to which the response will be sent after authorization.

string
enum

A space-delimited list of scopes that the application is requesting access to.

exports: Export postings from the organization
core_data: Access to the organization's core data.
offline_access: This scope value requests that when a Refresh Token be issued, offline access should also be enabled too. This in turn would grant a longer life span to the refresh token.

Allowed:
Response
302

Redirection to the specified redirect_uri with a code.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!