Skip to main content

Retrieve List

URL

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

GET/fraud/v1/value-lists/:name

Request Parameters

The parameters expected to be sent in requests to retrieve a list are listed under the table and subheadings below.

name
string
required

List name

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 List

Loading..