Skip to main content
PATCH
/
dev
/
v1
/
security
Update security settings
curl --request PATCH \
  --url https://api.shoppex.io/dev/v1/security \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "blacklist_fraud_attempts": "true"
}
'
{
  "data": {
    "message": "Fraud Shield settings updated."
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Body

blacklist_fraud_attempts
string

Response

200 - application/json

Successful response

data
object