Machine-readable OpenAPI plus a quick overview of authentication and key endpoints.
Authentication
Use OAuth2 Client Credentials to obtain short-lived access tokens. Tokens must include scopes relevant to the endpoints (e.g., availability:read, appointments:write).
Live OpenAPI View
Rendered with Swagger UI directly from the same YAML.
Base URL
https://api.zimun.online/api/v1
Key Endpoints
GET /organizations/me— organization profileGET /services,/staff,/resourcesGET /availability— slots per service/staff/datePOST /appointments/hold— create a 10-minute holdDELETE /holds/{hold_id}— release holdPOST /appointments— confirm appointment usinghold_idPATCH /appointments/{id}— reschedule or cancel