Skip to main content
GET
/
dev
/
v1
/
blacklist
/
{id}
Get blacklist entry
curl --request GET \
  --url https://api.shoppex.io/dev/v1/blacklist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "44444444-4444-4444-8444-444444444444",
    "type": "IP",
    "value": "203.0.113.10",
    "reason": "Chargeback abuse",
    "created_at": 1711962000
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Response

200 - application/json

Successful response

data
object