Skip to main content
POST
/
dev
/
v1
/
blacklist
Create blacklist entry
curl --request POST \
  --url https://api.shoppex.io/dev/v1/blacklist \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "IP",
  "value": "203.0.113.10",
  "reason": "Chargeback abuse"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Body

application/json

The body is of type object.

Response

Successful response

data
object