Customers are exposed per venue. A customer is only visible through a
given venue if they have at least one booking at that venue. The same
customer booking at two of your venues will appear in both lists, with
venue-scoped stats (booking count, last visit, amount spent are
computed from that venue’s bookings only).
Identification
Theid field is a stable UUID — use it as the path identifier when fetching
the customer’s booking history at
GET /v1/venues/{venue_id}/customers/{customer_id}/bookings.
Fields
Stable UUID identifier for the customer.
Given name, as supplied at booking time.
Family name, as supplied at booking time.
Email address.
null when the customer was booked via a channel that does
not collect an email (e.g. some hotel front-desk flows).Phone number in E.164 format.
Preferred language for outbound communications.
Free-form label for the customer’s preferred treatment type, set by staff
in the admin dashboard. May be
null.true when the customer record has all required fields filled in. false
for stub profiles created from minimal booking data.Total number of bookings at this venue.
Date of the customer’s most recent booking at this venue, in the venue’s
local timezone.
null should not occur in practice (only customers with at
least one booking are returned).Sum of
total_price across collected bookings at this venue. Collected
means payment_status is one of paid, charged_to_room, or charged.
Pending, refunded and partner-billed (pending_partner_billing) bookings
are excluded.When the customer record was first created.
When the customer record was last modified.
Fields that are intentionally not exposed
For privacy and security reasons, the Partner API does not return:health_notes— health information / allergies / contraindications collected for therapist use. Excluded under GDPR article 9 (special categories of personal data). Contact your Saoma account manager if you have a lawful basis to access this and we will discuss a dedicated scope.stripe_customer_id— Stripe identifier for the Saoma platform’s own billing.preferred_therapist_id— internal therapist preference used by the assignment engine.auth_user_id— Saoma customer portal login link.
Scopes
| Endpoint | Required scope |
|---|---|
GET /v1/venues/{venue_id}/customers | customers:read |
GET /v1/venues/{venue_id}/customers/{customer_id}/bookings | bookings:read |