List Clinics
Clinics
List Clinics
Retrieve a list of all clinics accessible with your API key
GET
List Clinics
List Clinics
Returns a list of all clinics you have access to. If your API key is restricted to specific clinics, only those clinics will be returned.Request
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token with your API key |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number (1-indexed) |
limit | integer | 25 | Items per page (max: 500) |
Response
Whether the request was successful
Pagination metadata
Clinic Object
| Field | Type | Description |
|---|---|---|
id | string | Unique clinic ID (UUID) |
name | string | Clinic name |
address | string | Clinic address |
phone | string | Clinic phone number |
email | string | Clinic email address |
timezone | string | Clinic timezone (e.g., Europe/Madrid) |
created_at | string | When the clinic was added (ISO 8601) |
Examples
Basic Request
Response Example
Use Cases
Build a Clinic Selector
Create a dropdown to filter data by clinic:Get Clinic by ID
Find a specific clinic from the list:Create a Clinic Summary Report
API Key Restrictions
If your API key is restricted to specific clinics, only those clinics will appear in the response. Contact your account manager to modify clinic access.
Related Endpoints
List Interactions
Filter interactions by clinic.
Metrics Summary
Get metrics for specific clinics.