provider_email
(string): Required. The email of the provider.service_id
(integer): Requeired. The ID of the service. You can get it from Provider Portal -> Configurations Menu -> Appointment Config -> Appointment Services Tab -> Service ID column.date
(date): Required. The date must be in YYYY-MM-DD format for which the available slots are requested.timezone
(string): Optional. The timezone for the date e.g. Asia/Kolkata{
"available_slots": ["array of slots"]
}
available_slots
key in the response contains an array of available slots for the specified date and service.{
"available_slots": ["09:00 AM", "10:00 AM", "11:00 AM"]
}