SLAS - Public Client - Guest - Authorize
GET {{HOST}}/shopper/auth/v1/organizations/{{organizationId}}/oauth2/authorize?redirect_uri={{redirect_url}}&response_type=code&client_id={{public_client_id}}&hint=guest&code_challenge={{ECOM_USER_CODE_CHALLENGE}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
redirect_uri | string | ||
response_type | string | ||
client_id | string | ||
hint | string | ||
code_challenge | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |