List all therapists of a center

This API helps you to retrieve all the therapists that are active in the center on the specified date. You must specify the unique identifier of the center as center_id in the API request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request Model

Json propertyData typeDescription
expandIList<string>List of related entities/sections to expand in the response.
search_textstringThe search query for employee name.
catalog_service_assignment_typeCatalogServiceAssignmentTypeType of therapist assignment check for webstore/CMA.

Response Model

Json propertyData typeDescription
therapistsList<TherapistInfo>List of all therapist info objects.
employeesList<TherapistInfo>List of all therapist info objects.
account_statusstringThe center's account status.
account_last_fourstringThe center's account last four digits.

therapists object (TherapistInfo)

Json propertyData typeDescription
personal_infoTherapistPersonalInfoContains personal information of the therapist or employee.
job_detailsJobDetailsJob details for the therapist/employee, including designation.

personal_info (TherapistPersonalInfo)

Json propertyData typeDescription
preferred_pronounGuestPreferredPronounTherapist’s preferred pronoun.
therapist_image_pathsDictionary<string, string>Therapist image paths (key–value URL mapping).

job_details info (JobDetails)

Json propertyData typeDescription
job_designationObjectInfoJob designation details.

catalog_service_assignment_type enum (CatalogServiceAssignmentType)

Json propertyData typeDescription
AllServicesint0 – Applies to all services.
CoupleBookingServicesint1 – Applies only to couple booking services.
Path Params
string
required

Mandatory Unique 32-character identifier of the center.

Query Params
date

Optional Date on which the therapists are to be listed.

string

Fetches if the therapist has been assigned at least 1 service, which is available in the center and is available on Webstore and CM

string

Will allow the guest to search for the therapist on the basis of first name, last name, nick name, display name

string

This will return additional therapist details, such as their pronouns, their job designation and their image link

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json