v1
latestSwagger 2.02026-08-06115129197.7 KBClient
Get client details
Get client details
get/clients/{id}
Path parameters
idstring required
Id
Query parameters
id_is_partnerboolean required
true - id is partner_id / false - id is mytime id
include_childrenboolean
Include the children for the client. true/false
include_appointmentsboolean
Include appointments for the client. true/false. Max: 50
include_appointment_eventsboolean
Include the events of the appointments for the client (dependent on "include_appointments"). true/false
appointment_countboolean
Include the appointments count. true/false
include_labelsboolean
Include the labels for the client. true/false
include_membershipsboolean
Include the memberships for the client. true/false
include_memberships_labelsboolean
Include the memberships labels for the client. true/false
Headers
X-Subdomainstring
Merchant subdomain - Optional
Response
Updated
Example response
[
{
"appointments": [
{
"variations": [
{
"price": 120,
"multiplier_base_price": 40,
"price_multiplier": 3
}
]
}
]
}
]