Skip to main content
GET
Authorize an OAuth app

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>"