API
API Reference
Integrate scheduling into your custom software. Access endpoints to create booking slots, check event type states, and pull attendee details.
Authentication
All endpoints require standard Bearer Token authentication. Access keys can be configured inside your workspace integrations dashboard.
Example Request
curl -H "Authorization: Bearer YOUR_ACCESS_KEY" \
https://semiora-api-859073788423.europe-west3.run.app/api/v1/bookings?limit=20Connecting API calls to automated workflows?
Pair API reads with webhook events so downstream systems stay current without polling.
Learn webhook basics