🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/security/shared-blacklists \
--header 'Authorization: Bearer <token>'{
"data": {
"security": {
"blacklists": [
{
"id": "bl_1",
"type": "IP",
"value": "203.0.113.10"
}
]
}
}
}Developer API operation for GET /dev/v1/security/shared-blacklists.
curl --request GET \
--url https://api.shoppex.io/dev/v1/security/shared-blacklists \
--header 'Authorization: Bearer <token>'{
"data": {
"security": {
"blacklists": [
{
"id": "bl_1",
"type": "IP",
"value": "203.0.113.10"
}
]
}
}
}