List and search contacts
Contacts
List and search contacts
Returns the organization’s contacts ordered by name, excluding archived ones. Use search to match on name, email, or phone - matching is case-insensitive and cross-script, so ivan also matches Иван. Resolve a customer here and pass the returned id as contactId when creating a booking.
GET
List and search contacts
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Query Parameters
Match on name, email, or phone
Maximum string length:
120Maximum number of contacts to return
Required range:
1 <= x <= 100Number of contacts to skip
Required range:
x >= 0