v1
latestSwagger 2.02026-08-06115129197.7 KBReturns all clients from the system that the user has access to.
For each user - identified by user and password - we should have only one client per company.
Different MyTime Companies will have different client records for each user.
Query parameters
Pagination - results page number
Pagination - number of results per per_page. Default: 20. Maximum: 20
Include the children for the client. true/false
Include appointments for the client. true/false. Max: 50
Include the events of the appointments for the client (dependent on "include_appointments"). true/false
Include the labels for the client. true/false
Include the memberships labels for the client. true/false
Include the memberships for the client. true/false
Include the appointments count. true/false
Filter clients by location
Filter clients by location using mytime ids
Filter clients by search term
Filter by client type. Allowed values: Client or Lead. Default: Client. Unsupported values default to Client.
Whether or not to parse the client in the same way the webhook parses it. Used for testing purposes. true/false
Headers
Merchant subdomain - Optional
Response
Clients response
Example response
{
"clients": [
{
"appointments": [
{
"variations": [
{
"price": 120,
"multiplier_base_price": 40,
"price_multiplier": 3
}
]
}
]
}
]
}