Skip to main content
GET
/
dev
/
v1
/
blacklist
List blacklist entries
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
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Query Parameters

cursor
string
limit
string

Response

200 - application/json

Successful response

data
object[]
pagination
object