🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
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
}
}Developer API operation for GET /dev/v1/blacklist/.
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
}
}