API version numbering policyAll Suki REST APIs are currently in
v1 version.Release versionThe release version in this changelog page represents the incremental progress. It is not the API version. It tracks new optional fields, performance improvements, new endpoints, and other changes.Enhancements
- Suki now supports Single Auth Token authentication: your backend can use one shared
partner_tokenfor all clinicians instead of a per-user token. The shared token proves your organization is authorized, but it does not identify who is signed in. If you use this model, you must sendsdp_provider_idon every API call so Suki can route each call to the correct clinician.
JSON
New endpoints
We introduced the form filling APIs to enable you to create and manage form-filling sessions, retrieve structured data, submit feedback, and get info about medical form templates for nursing use cases and data collection during in-person visits or virtual patient encounters.-
Form filling APIs: Added new endpoints to create and manage form-filling sessions, retrieve structured data, submit feedback, and get info about medical form templates.
- POST /api/v1/form-filling/session/create
- POST /api/v1/form-filling/session//context
- PATCH /api/v1/form-filling/session//context
- POST /api/v1/form-filling/session//end
- GET /api/v1/form-filling/session//status
- GET /api/v1/form-filling/session//structured-data
- POST /api/v1/form-filling/session///feedback
- GET /api/v1/info/suki-medical-form-templates