Optional add-on
Platform
Updated 29 Aug 2026
The REST API and webhooks
Yes — the API & Webhooks add-on ($99/month flat per clinic) gives eight live, documented endpoints for appointments and reviews (plus a doctors list), authenticated with one X-Api-Key header on owner-issued keys with two scope switches and a log of every call; webhooks, the OpenAPI spec, more resources, bulk export and published rate limits are planned with no dates.
2705
Live today — eight calls, two nouns
Appointments (6): list (by date range, doctor, status), list the doctors (id, name, title, default duration and gap), create one (arrives as booked), change a status (an external client cannot set confirmed — only the clinic confirms), create many at once, cancel many at once. Reviews (2): list (all or one doctor's), add one against a visit that actually happened. Base URL is your clinic's own Qlynic host. Every call returns JSON, but not one shape, so parse defensively. Sixteen actions exist in the controllers; the eight not documented (bulk delete and the review update/delete pairs) work but are not part of the contract — do not build on them.
Keys
Only the clinic owner can create a key, under Settings → API Keys. Two switches ride on every key: patient identifying data (today it withholds the free-text visit reason) and change appointment status (governs cancelling). Neither hides a name, email or phone. Turn a key off and it stops answering; regenerate it and the old secret dies on the spot. Every call bar one is logged with method, path, status, key, time and address, and key events (created, revealed) go to the audit log — only the first eight characters of a key are ever written down. Working samples in cURL, Postman and JavaScript are generated with your own key in them.
Planned — nothing at the other end yet
More resources (doctors, services, availability), webhooks, an OpenAPI spec, bulk CSV/JSON export, and published rate limits. There are no dates on purpose; tell us which one is standing between you and a build.
Price
$99 per month flat per clinic ($79 billed annually), whatever your doctor count. It sits beside the plan and comes off the same way it went on.
Where to look