Getting Started
Get up and running with the WioClinic Developer API in minutes.
1. Create an API Key
- Log in to the WioClinic Org Console
- Navigate to Clinic Settings → Developer API
- Click New API Key
- Select the scopes your integration needs
- Copy the Key ID and Secret — the secret is shown only once
2. Make Your First Request
curl https://wioclinic.services/api/developer/v1/patients \
-H "Authorization: Developer wc_live_YOUR_KEY_ID:wcs_live_YOUR_SECRET"
A 200 response with a data array confirms everything is working.
3. Explore the API
- Patients — query and manage patient records
- Appointments — read and create appointments
- Availability — check open time slots
- Finance — access invoices and payments
- Communications — send SMS and email
- Webhooks — receive real-time event notifications
Next Steps
- Review Authentication for header format details
- Learn about Scopes to understand permission boundaries
- Set up Webhooks to receive push events