Get list of appointment requests
Returns appointment requests ordered for review and scheduling workflows. Use this endpoint to find pending booking requests, filter requests by schedule or date range, and decide which requests should be approved, rejected, cancelled, or converted into 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
Filter by status (pending, approved, rejected)
pending, approved, rejected Filter by schedule UUID
Filter by start date (YYYY-MM-DD)
Filter by end date (YYYY-MM-DD)
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.
""
