Lists

Add an entity to a List

Add an individual to a List while leaving the rest of the List's records intact

post/lists/{list_token}

Request body

name_firststring
name_laststring
birth_datestring
document_ssnstring
address_line_1string
address_line_2string
address_citystring
address_statestring
address_postal_codestring
address_country_codestring
ip_address_v4string
ip_address_v6string
email_addressstring
phone_numberstring
acm_party_idstring
customer_idstring
systemstring
secret_questionstring
secret_answerstring
commentstring
groupstring
device_aliasstring
digital_profile_uuidstring
smart_uuidstring
session_uuidstring
fingerprint_uuidstring
external_counterparty_idstring
expires_atstring date-time

timestamp of when the list row will not be used

Example request

{
  "name_first": "John",
  "name_last": "Doe",
  "birth_date": "1980-01-01",
  "document_ssn": 123321123,
  "address_line_1": "123 Fake Street",
  "address_line_2": "Apt 10D",
  "address_city": "Brooklyn",
  "address_state": "NY",
  "address_postal_code": 11221,
  "address_country_code": "US",
  "ip_address_v4": "192.168.1.168",
  "ip_address_v6": null,
  "email_address": "john.doe@gmail.com",
  "phone_number": 5558031203,
  "acm_party_id": 12341231,
  "customer_id": 1249403039484,
  "system": "bridger",
  "secret_question": "what is your quest",
  "secret_answer": "to seek the holy grail",
  "comment": "this is a comment",
  "group": "aml",
  "expires_at": "2023-09-01T00:00:00.000Z"
}

Response

Successfully appended List

Schema required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.