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