Skip to main content
GET
Get a list of customers

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Abfrageparameter

include
string

Comma-separated. Allowed: customer_account, communities, model_identifiers, custom_field_values, business, business.logo_image, business.billing_address, delivery_address

page[number]
integer
page[size]
integer
sort
string

Allowed: first_name, last_name, email, created_at

Full-text search across name, email, and phone

filter[email]
string

Filter by exact email address

filter[mobile]
string

Filter by exact mobile number (E.164 format, e.g. +491701234567)

filter[community]
string

Filter by community UUID

filter[custom_fields]
object

Filter by custom field values. See the custom field filter syntax.

o
string

Organization ID

Antwort

OK

data
Customer · object

A customer who makes bookings. Can be created by admins or through the booking flow.