Skip to main content
Returns available time slots for booking a meeting with a specific meeting type and optional host selection.

Endpoint

Request Headers

This endpoint does not require the x-meetergo-api-user-id header as it queries availability for a meeting type.

Query Parameters

For round-robin / queue meeting types, always pass hostIds with the team member IDs. Without hostIds, the API uses the queue’s distribution logic which may return availability for only one host.

Examples

Response

Success (200 OK)

Error Responses

400 Bad Request - Meeting Type Not Found

401 Unauthorized

Notes

  • The response respects the meeting type’s buffer times, minimum booking notice, and maximum advance booking settings
  • For round-robin meeting types, pass hostIds with all team members and queueId to get the combined availability of the team
  • When hostIds is provided, only those specific hosts’ availability is considered
  • Connected calendar events (Google Calendar, Outlook, etc.) automatically block the corresponding time slots
Don’t know your meeting type ID? Go to my.meetergo.com/meeting-types, click on a meeting type, and copy the ID from the URL.

Availability Concepts

Learn about availability schedules and configuration

Create Booking

Book a time slot