Get available time slots for a schedule
Returns available time slots for one schedule on a specific date. Use this before creating an appointment request so callers can offer valid start times based on the schedule’s booking rules and existing appointments.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
UUID of the schedule
"550e8400-e29b-41d4-a716-446655440000"
Date to check availability (YYYY-MM-DD, must be today or future)
"2025-11-25"
Response
Successful operation
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Available slots retrieved successfully"
