Documents

Zimun RSVP Platform: API Reference

API

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 profile
  • GET /services, /staff, /resources
  • GET /availability — slots per service/staff/date
  • POST /appointments/hold — create a 10-minute hold
  • DELETE /holds/{hold_id} — release hold
  • POST /appointments — confirm appointment using hold_id
  • PATCH /appointments/{id} — reschedule or cancel