Lists API

Add any data point to a blacklist, whitelist, or custom list with this API. Reset any Fraud API request and response parameters, add a comment, and expiration through a single request.

Good to know

  • Use a PUT request to add any data points to a list.
  • All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.

Request

Request Attributes

TypeRequired
data_field
stringyes
value
stringyes
state
stringyes
comment
stringno
expire_day
integerno

HTTP Endpoint

PUT

https://api.seon.io/SeonRestService/fraud-api/state-field/v1/
PHP
Generic
Generic