Create a new appointment
Appointments
Create a new appointment
Creates an appointment on a schedule. Use this when booking a time slot directly through the API. Provide schedule_uuid, title, start_time, and end_time; optionally attach a contact, status, notes, and custom question answers.
POST
Create a new appointment
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}"
Body
application/json
Example:
"Team Meeting"
Example:
"2025-12-01 10:00:00"
Example:
"2025-12-01 11:00:00"
Example:
"approved"
Response
201
Appointment created successfully
