Customer Response
This is an object representing a customer. A new customer is created or updated each time a new order is processed on OutSavvy. This endpoint will fetch all customers associated with your account only.
Private fields
- id integer: The id of the customer
- organiser_id integer: The id of the organiser
- customer_first_name string: The first name of the customer
- customer_last_name string: The last name of the customer
- customer_email string: The email address of the customer
- can_email boolean: Has the customer opted in to receive marketing material
- date_created datetime: The date and time the customer was created