Attributes
- idstring
Unique identifier for the object.
- aliasstring
The name of the value list for use in rules.
- item_
typeenum The type of items in the value list. One of
card_
,fingerprint card_
,bin email
,ip_
,address country
,string
,case_
,sensitive_ string customer_
,id sepa_
, ordebit_ fingerprint us_
.bank_ account_ fingerprint Possible enum valuescard_
bin card_
fingerprint case_
sensitive_ string country
customer_
id email
ip_
address sepa_
debit_ fingerprint string
us_
bank_ account_ fingerprint - list_
itemsobject List of items contained within this value list.
- list_items.
objectstring String representing the object’s type. Objects of the same type share the same value. Always has the value
list
. - list_items.
dataarray of objects Details about each object.
- list_items.
data. idstring Unique identifier for the object.
- list_items.
data. objectstring String representing the object’s type. Objects of the same type share the same value.
- list_items.
data. createdtimestamp Time at which the object was created. Measured in seconds since the Unix epoch.
- list_items.
data. created_ bystring The name or email address of the user who added this item to the value list.
- list_items.
data. livemodeboolean Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - list_items.
data. valuestring The value of the item.
- list_items.
data. value_ liststring The identifier of the value list this item belongs to.
- list_items.
has_ moreboolean True if this list has another page of items after this one that can be fetched.
- list_items.
urlstring The URL where this list can be accessed.
- metadataobject
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
The name of the value list.
More attributes
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- created_
bystring The name or email address of the user who created this value list.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode.
{ "id": "rsl_1MrQSwLkdIwHu7ixWOGS5c8M", "object": "radar.value_list", "alias": "custom_ip_blocklist", "created": 1680201894, "created_by": "API", "item_type": "ip_address", "list_items": { "object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/radar/value_list_items?value_list=rsl_1MrQSwLkdIwHu7ixWOGS5c8M" }, "livemode": false, "metadata": {}, "name": "Custom IP Blocklist"}