Skip to main content
The Customer model is the starting point for any investigation. It holds the core identity information for the individual or company you want to screen. You can create a Customer object independently before creating a case, or create it inline when you create a new case. Once a customer is created, you can reuse their id to run multiple cases over time, which is useful for ongoing monitoring or periodic reviews.
id
integer
required
A unique identifier for the customer.
external_id
string
An optional identifier from your system to link customers.
full_name
string
required
The full legal name of the individual or company.
customer_type
string
The type of customer, either INDIVIDUAL or COMPANY.
input_details
object
A flexible JSON object for additional customer details like date of birth, address, or registration number.