Retrieve risk score blocklist rules

Request

Retrieves risk score blocklist rules.

Security
SecretApiKey or JWT
curl -i -X GET \
  https://www.rebilly.com/_mock/catalog/all/risk-score-rules/blocklists \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Risk score blocklist rules retrieved.

Bodyapplication/json
permanentlyBlockListobject or null(RiskScoreBlocklistPermanentRules)

Items permanently blocklisted when TTL is equal to 0.

temporaryBlockListobject or null(RiskScoreBlocklistTemporaryRules)

Items temporarily blocklisted when TTL is greater than 0.

Response
{ "permanentlyBlockList": { "address": {}, "bankAccount": {}, "bin": {}, "country": {}, "customerId": {}, "email": {}, "emailDomain": {}, "fingerprint": {}, "ipAddress": {}, "paymentCard": {} }, "temporaryBlockList": { "address": {}, "bankAccount": {}, "bin": {}, "country": {}, "customerId": {}, "email": {}, "emailDomain": {}, "fingerprint": {}, "ipAddress": {}, "paymentCard": {} } }