Create a value list

Creates a new ValueList object, which can then be referenced in rules.

post/v1/radar/value_lists

Response

Successful response.

aliasstring required

The name of the value list for use in rules.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

created_bystring required

The name or email address of the user who created this value list.

idstring required

Unique identifier for the object.

item_type'card_bin' | 'card_fingerprint' | 'case_sensitive_string' | 'country' | 'customer_id' | 'email' | 'ip_address' | 'sepa_debit_fingerprint' | 'string' | 'us_bank_account_fingerprint' required

The type of items in the value list. One of card_fingerprint, us_bank_account_fingerprint, sepa_debit_fingerprint, card_bin, email, ip_address, country, string, case_sensitive_string, or customer_id.

livemodeboolean required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

metadataobject required

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

namestring required

The name of the value list.

object'radar.value_list' required

String representing the object's type. Objects of the same type share the same value.

Changes