Skip to main content

Create List

URL

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

POST/fraud/v1/value-lists

Request Parameters

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

listName
string
required

List Name

type
FraudValueType
required

List Type

Values:
CARD
IP
PHONE_NUMBER
EMAIL
OTHER

Sample Codes

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

Create List

Loading..