List customers​
GET
/api/v2/customers
Get a list of customers
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
limit
Type
integer
Default
10offset
Type
integer
Default
0name
Type
string
email
Type
string
phone
Type
string
min_spent
Type
number
max_spent
Type
number
event
Type
integer
Responses​
A list of customers
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Create customer​
Get customer​
Delete customer​
Update customer​
Bulk delete customers​
Export customers as CSV​
GET
/api/v2/customers/export
Downloads a CSV file containing customer details matching the given filters.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
type
Filter by customer type (regular, guest, prospect)
Type
string
Valid values
"regular""guest""prospect"eventType
Filter by event status (purchased, unpurchased)
Type
string
Valid values
"purchased""unpurchased"eventSelection
Event IDs filter (upcoming, elapsed, or comma-separated IDs)
Type
string
Responses​
CSV file download with customer details.
text/csv
"string"
