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
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.