Skip to main content
GET
Authorize App

Query Parameters

clientId
string
required

OAuth client identifier

Example:

"app_xxxxxxxx"

responseType
string
required

OAuth response type (must be "code")

Example:

"code"

scope
string
required

OAuth scopes being requested (space-separated)

Example:

"write_shipments write_orders"

redirectUri
string
required

OAuth redirect URI

Example:

"https://partner.com/oauth/callback"

state
string

OAuth state parameter for CSRF protection

Example:

"random-state-string"

Response

Redirect to UI for OAuth flow