Skip to main content
GET
/
v1
/
customer
/
auth
/
authorize
OAuth 2.0 authorization endpoint
curl --request GET \
  --url https://api.example.com/v1/customer/auth/authorize

Query Parameters

client_id
string
required
redirect_uri
string
required
response_type
string
required

Must be "code"

scope
string
required
state
string
code_challenge
string
code_challenge_method
string
token
string

Existing access token for silent re-authorization

Response

Redirects to login page or directly to redirect_uri with auth code