Get Venn Link Bookings
Get all bookings made through a specific Venn Link.
Auth required: Yes
identifier (path, string) (required) — Venn Link ID (UUID)limit (query, integer) — Maximum number of results (default 50, max 100)cursor (query, string) — Opaque cursor for pagination. Obtained from `pagination.next_cursor` in a previous response.200: List of bookings401: Authentication required or invalid403: Authenticated but insufficient permissions404: Resource not foundRequires 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