Get Authorize

get
/oauth/authorize

Authorization Request

app
string
required

The product name of scope of the access request

client_id
string
required

The client identifier

redirect_uri
string
required
response_type
string
required

Value must be set to "code"

Allowed value:
code
scope
string
required

The scope of the access request. Split by comma

state
string

An opaque value used by the client to maintain state between the request and callback

Content-Type
string
required

application/x-www-form-urlencoded

Parameters
:
:
:
:
:
:
: