Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
A list of customers with their associated events
The unique identifier for the customer.
"9f8b47e4-1aad-4f08-b1e3-d9e4b4b85e8f"
An external identifier for the customer mapped by external systems.
"ext789"
The name of the customer. This field is optional and can be used for display purposes.
"John Doe"
The email address of the customer. Optional and can be used for communication.
"john.doe@example.com"
A list of events associated with the customer. Each event is represented by an event_id and event_name.