🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
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>"Developer API operation for GET /dev/v1/oauth/authorize.
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>"Use your Shoppex API key in the Authorization header.
Successful response
The response is of type string.
"<!doctype html><html><body><h1>Approve OAuth app</h1><p>ERP Connector</p><p>orders.read</p></body></html>"