Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for POST /dev/v1/oauth/authorize.
cURL
curl --request POST \ --url https://api.shoppex.io/dev/v1/oauth/authorize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "response_type": "code", "client_id": "shoc_demo", "redirect_uri": "https://erp.example.com/callback", "scope": "orders.read", "state": "state_1" } '
{ "redirect_url": "https://erp.example.com/callback?code=shoa_code_1&state=state_1" }
Use your Shoppex API key in the Authorization header.
code
Successful response