Integrations
The API is read-only today: pull your own scheduling data out, rather than write to it.
How do I use the Schedulera API?
Generate an API key from Settings → Developer, then call the read-only /api/v1 endpoints with it to read your booking types and availability from your own tools, documented in full at /docs.
Open Settings → Developer
This is where API keys are generated and managed.
Generate a key
Create a new key and store it securely, it authenticates every request you make.
Call a /api/v1 endpoint
Read your booking types or availability, passing the key as your request's credential.
Check /docs for the full reference
Every live endpoint is documented at /docs and described in /openapi.json.
No, the API is read-only today: it covers reading your booking types and availability, not writing to them.
At /docs, which describes exactly what's live, and at /openapi.json for the machine-readable spec.
See the API docs product page
Full feature overview, not just the how-to.