Skip to main content

Getting Started

Get up and running with the WioClinic Developer API in minutes.

1. Create an API Key

  1. Log in to the WioClinic Org Console
  2. Navigate to Clinic Settings → Developer API
  3. Click New API Key
  4. Select the scopes your integration needs
  5. 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

Next Steps

  • Review Authentication for header format details
  • Learn about Scopes to understand permission boundaries
  • Set up Webhooks to receive push events