Skip to main content
Seyaha provides two availability endpoints for resellers — use the calendar for date picking UIs and the date-specific endpoint to load actual bookable slots.

Calendar view (month)

Returns a lightweight month view showing which dates have bookable slots. Does not return individual slot records — use this to build a date picker and only load slots for the date the user selects.
Defaults to the current month when year and month are omitted.

Parameters

Response:

Calendar across all variations

To get a unified calendar for an activity (without specifying a variation):
This endpoint also accepts currency and returns min_price and variation_ids per date.

Slots for a specific date

Returns all bookable time slots for the variation on a given date. Call this after the user selects a date from the calendar.

Parameters

Response:
When group_price is non-null, the slot uses flat group pricing. Show group_price rather than per-person pricing units in your UI.

Slot status reference