Fetch wait times of available stylists for a selected service

Purpose: The purpose of this API is to retrieve the wait times of available stylists for a selected service in a center.

Response Object

NameTypeDescription
available_timesobjectAn object containing the information of available_times.
first_available_timesobjectAn object containing details of the employees who are available first.
available_times_by_guestobjectAn object containing details of employee available times based on guests' availability.

available_times Object

NameTypeDescription
employeeobjectObject containing the employee details.
idguidUnique identifier of the employee.
display_namestringName of the employee.
genderstringGender of the employee. F - Female, M - Male.
start_timedate&timeThis is the available time of the employee.

first_available_times Object

NameTypeDescription
employeeobjectObject containing the employee details.
idguidUnique identifier of the employee.
display_namestringName of the employee.
genderstringGender of the employee. F - Female, M - Male.
start_timedate&timeThis is the available time of the employee.

available_times_by_guest Object

NameTypeDescription
start_timedate&timeThis is the available time of the employee.

error Object

MessageCodeDescription
One or more therapists are not availableGE437When the employee's catalog or kiosk is not enabled.
One or more therapists are not availableGE437When the employee's available time falls outside the online hours and online hours parameter is true.
Invalid center idGE502When the entered center_id is invalid.
Request cannot be emptyGE503When the request object is "NULL".
Language
Authorization
Header
Click Try It! to start a request and see the response here!