Skip to main content
GET
/
dev
/
v1
/
oauth
/
authorize
Authorize an OAuth app
curl --request GET \
  --url https://api.shoppex.io/dev/v1/oauth/authorize \
  --header 'Authorization: Bearer <token>'
"<!doctype html><html><body><h1>Approve OAuth app</h1><p>ERP Connector</p><p>orders.read</p></body></html>"

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Query Parameters

response_type
string
required
client_id
string
required
redirect_uri
string
required
scope
string
state
string

Response

200 - text/html

Successful response

The response is of type string.

Example:

"<!doctype html><html><body><h1>Approve OAuth app</h1><p>ERP Connector</p><p>orders.read</p></body></html>"