Retrieve All Lists

The endpoint and http method information to retrieve all lists are stated below.

URL

HTTP Method URL
GET /fraud/v1/value-lists

Response Parameters

Parameters returned as a result of retrieve a list are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

Parameter Name Type Description
name string List name
values FraudValue[] Values (see: Fraud Value)

Fraud Value

Contains value itself and expiration duration for each value added to list.

Parameter Name Type Description
value string Value
expireInSeconds number Expiration Duration

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Retrieve All Lists