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 GET /dev/v1/blacklist.
cURL
curl --request GET \ --url https://api.shoppex.io/dev/v1/blacklist \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "44444444-4444-4444-8444-444444444444", "type": "IP", "value": "203.0.113.10", "reason": "Chargeback abuse", "created_at": 1711962000 } ], "pagination": { "next_cursor": null, "has_more": false } }
Use your Shoppex API key in the Authorization header.
Successful response
Show child attributes