- Get Next available group appointment time
List available group appointments
Available Group Appointment
Get Next available group...
Security
x-api-key and a-api-key
GET
curl -i -X GET \
'https://api.pracsuite.com/v1/next_available_group_appointment?from=2026-01-01&to=2026-01-07&appointment_type_id=0&business_ids=0&practitioner_ids=0&profession_ids=0&buffer=60' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "available_group_appointments": [ { … } ], "total_entries": 0, "links": { "self": "https://api.pracsuite.com/v1/next_available_group_appointment?page=2&appointment_type_id=1&from=2025-01-01&to=2025-01-07" } }