For the complete documentation index, see llms.txt.

GET /v1/availability/slots

Get Available Time Slots

Get bookable time slots for a business. Supports two modes: **Public mode** (no authentication): Returns standard free/busy time slots. No event details are included. **Consent-scoped mode** (authentication + `consent_id`): Returns availability scoped by the referenced consent's permissions. The authenticated user must be the grantee on the consent. Response includes a `consent` audit trail. With `availability:read:details` scope, slots include event titles and descriptions.

Auth required: Yes

Parameters

Responses

Authentication

Requires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.

Base URL: https://api.vennio.app