Skip to main content

Retrieve All Lists

URL

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

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:

name
string

List name

values
FraudValue[]

Values

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

Loading..