Skip to main content
GET
/
blacklist
/
{id}
Get blacklist entry
curl --request GET \
  --url https://api.shoppex.io/dev/v1/blacklist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "uniqid": "<string>",
    "type": "EMAIL",
    "data": "<string>",
    "note": "<string>",
    "created_at": 123,
    "updated_at": 123
  }
}

Authorizations

Authorization
string
header
required

Use your API key with the Bearer scheme. Get your key from Dashboard → Settings → API Keys. Format: Authorization: Bearer shx_...

Path Parameters

id
string
required

Blacklist ID

Response

Default Response

data
object
required