The Cally API lets API Clients create Callys, read public and private Cally data, update titles, replace Cally event collections, and create, update, or delete individual Events.
Use it when you want to automate Cally creation, keep Event data in sync from another system, or build a custom workflow around public Cally and Subscription URLs.
Generate an API Registration Token here, copy it, and send it to POST /api/v1/register.
Registration returns a signed bearer token. The API Registration Token itself is short-lived.
http POST "https://cally.fyi/api/v1/register" \
validFor="P2D" \
code="" The interactive API documentation is available at /api/docs. The generated OpenAPI document is available at /api/v1/openapi.json.