Customers
Filters on associated venue IDs. If a comma-separated list is passed, customers associated with any of the given venue IDs will be returned.
["5c80155a86bb06bc1401ea1e","5c8015884e68d55f12c7ec9d"]Filters on customers who had a booking booked within the specified dates.
2019-03-10Filters on customers who had a booking booked on or later than the given date.
2017-01-05Filters on customers who had a booking booked on or before the given date.
2018-01-05Filters on customers who were created on the given date.
2019-01-01Filters on customers who were created on or after the given date.
2019-01-01Filters on customers who were created on or before the given date.
2019-02-01Filter on month of birth. If a comma-separated list is passed, customers with any of the specified birth months will be returned
{"summary":"Filters by customers born in January","value":[1]}Filter on a full name
John DoeFilter on labels attached to a customer. If a comma-separated list is passed, customers with any of the given labels will be returned.
["VIP","Regular Customer"]Filter on the date the customer was last updated
2019-03-10Filter on customers who were last updated on or after the given date.
2019-01-01Filter on customers who were last updated on or before the given date.
2019-02-01Filter by customers who have opted into the specified preference ID. If a comma-separated list is passed, customers opted into any of the given preference IDs will be returned.
5c8015f15dbf3bec42c4c66fFilter by customers who opted into the specified preference ID on the given date. Must be used in conjunction with the opted_in parameter.
2017-01-05Filter by customers who opted into the specified preference ID on or after the given date. Must be used in conjunction with the opted_in parameter.
2017-01-05Filter by customers who opted into the specified preference ID on or before the given date. Must be used in conjunction with the opted_in parameter.
2017-01-14Filter by customers who have opted out of the specified preference ID. If a comma-separated list is passed, customers who have opted out any of the given preference IDs will be returned.
5c8015f15dbf3bec42c4c66fFilter by customers who opted out of the specified preference ID on the given date. Must be used in conjunction with the opted_out parameter.
2017-01-05Filter by customers who opted out of the specified preference ID on or after the given date. Must be used in conjunction with the opted_out parameter.
2017-01-05Filter by customers who opted out of the specified preference ID on or before the given date. Must be used in conjunction with the opted_out parameter.
2017-01-14Filter by customers which have a full_name, email, company or phone similar to the search query.
@example.comLimit the response to the specified number of records.
30Example: 30The fields which the results should be sorted by. If this value is not specified, the records will be sorted in order of relevance to the query parameter. If the query parameter is not specified, records will be sorted in order of their created_date. To sort in decending order, prefix the field name with a '-' character.
-last_updatedThe page number to retrieve results for. Learn more about pagination
1Example: 2Customers were successfully retrieved
Authorization credentials were required but not found
The request cannot be carried out using the given credentials
The requested resource could not be found
The number of requests remaining in the current rate limit window has been exceeded
The customer's first name
JohnThe customer's last name
DoeThe customer's phone number
+441234567890The name of the customer's company
The Access GroupThe customer's date of birth in the YYYY-MM-DD format
1995-01-13The value given for the custom field
12345An array of venue IDs this customer should be associated with
["5c80155a86bb06bc1401ea1e","5c8015884e68d55f12c7ec9d"]An array of marketing preference IDs which the user should be opted in to.
["5c80155a86bb06bc1401ea1e","5c8015884e68d55f12c7ec9d"]An object of marketing preference IDs as the key, and whether or not the user should be opted in or out of as the value.
{"5c80155a86bb06bc1401ea1e":true,"5c8015884e68d55f12c7ec9d":false}An array of labels which should be set on the customer
["VIP","Regular Customer"]Any additional notes to make about the customer
This guy loves our house white wineSuccessfully added a customer
Authorization credentials were required but not found
The request cannot be carried out using the given credentials
The requested resource could not be found
The request could not be processed because it did not pass validation
The number of requests remaining in the current rate limit window has been exceeded
The ID of the customer you want to retreive
The customer was successfully retrieved
Authorization credentials were required but not found
The request cannot be carried out using the given credentials
The requested resource could not be found
The number of requests remaining in the current rate limit window has been exceeded
The ID of the customer you want to update
The customer's ID
5314491e0a8efb6d7c19c39cThe customer's first name
JohnThe customer's last name
DoeThe customer's phone number
+447912345678The name of the customer's company
The Access GroupThe customer's date of birth
1995-01-13The value given for the custom field
12345An array of associated venue IDs
["5c80155a86bb06bc1401ea1e","5c8015884e68d55f12c7ec9d"]An array of labels that have been applied to the customer
["VIP","Regular Customer"]Any notes that have been applied to the customer
This guy loves our house white wineThe date and time the customer was created.
Prior to February 2019, we did not keep
a record of the created date, except for some situations such as data imports. If we don't have
the created date for a customer, null will be returned instead.
2019-03-06 17:00:00The date and time the customer was last updated
2019-03-08 17:00:00The customer was successfully updated
Authorization credentials were required but not found
The request cannot be carried out using the given credentials
The requested resource could not be found
The request could not be processed because it did not pass validation
The number of requests remaining in the current rate limit window has been exceeded
The ID of the customer you want to delete
The customer was successfully deleted
The requested resource could not be found
The number of requests remaining in the current rate limit window has been exceeded
No content
Last updated
Was this helpful?
