# Practitioners

Dr.Online catalog — clinicians who can deliver a given appointment type

## GET /connected/practitioners

>

```json
{"openapi":"3.2.0","info":{"title":"Dr.Online Connected API","version":"2026-05-29"},"tags":[{"name":"Practitioners","summary":"Practitioners","description":"Dr.Online catalog — clinicians who can deliver a given appointment type"}],"servers":[{"url":"http://localhost:3001/v1","description":"Live (production credentials)"},{"url":"http://localhost:3001/v1","description":"Sandbox (non-production credentials)"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","description":"Connected API secret key from the credential reveal flow (`sk_live_…` or `sk_sandbox_…`). Each key is tied to one Dr.Online catalogue. Server-to-server only: `Authorization: Bearer <secret_key>`."}}},"paths":{"/connected/practitioners":{"get":{"operationId":"partnerV1ListPractitioners","tags":["Practitioners"],"parameters":[{"schema":{"type":"string","enum":["en","pt"]},"in":"query","name":"locale","required":false,"description":"Request services in this language. When omitted, the default for the request context is used (e.g. widget language in the booking system, app default elsewhere)."},{"schema":{"type":"string"},"in":"query","name":"appointment_type_id","required":true,"description":"Appointment type id from `GET /connected/appointment_types`"}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"object":{"type":"string","enum":["list"]},"url":{"type":"string","description":"Canonical collection path for this list (query parameters omitted)."},"has_more":{"type":"boolean","description":"{\"example\":false}"},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Practitioner id from `GET /practitioners`"},"object":{"type":"string","enum":["practitioner"]},"avatar_url":{"type":"string","nullable":true,"description":"{\"example\":\"https://cdn.example.com/avatars/jose-lima.jpg\"}"},"booking_channel_id":{"type":"string","nullable":true,"description":"Reserved. Always `null` on Connected API resources — catalogue scope is fixed per API credential."},"first_name":{"type":"string","description":"{\"example\":\"Jose\"}"},"last_name":{"type":"string","description":"{\"example\":\"Lima\"}"},"metadata":{"type":"object","additionalProperties":{"type":"string","maxLength":500},"description":"Partner-owned key-value strings. Keys cannot start with \"dronline\". Only keys you set are returned; Dr.Online may store other fields internally.","default":{}},"practitioner_id":{"type":"string","description":"Practitioner id from `GET /practitioners`"},"sex":{"type":"string","enum":["male","female"],"nullable":true,"description":"Biological sex from the practitioner record (Healthie `sex`, or `gender` when sex is unset)."},"title":{"type":"string","nullable":true,"description":"{\"example\":\"General Practitioner\"}"}},"required":["id","object","avatar_url","booking_channel_id","first_name","last_name","practitioner_id","sex","title"],"additionalProperties":false}}},"required":["object","url","has_more","data"],"additionalProperties":false}}}}}}}}}
```

## GET /connected/practitioners/{practitioner\_id}

>

```json
{"openapi":"3.2.0","info":{"title":"Dr.Online Connected API","version":"2026-05-29"},"tags":[{"name":"Practitioners","summary":"Practitioners","description":"Dr.Online catalog — clinicians who can deliver a given appointment type"}],"servers":[{"url":"http://localhost:3001/v1","description":"Live (production credentials)"},{"url":"http://localhost:3001/v1","description":"Sandbox (non-production credentials)"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","description":"Connected API secret key from the credential reveal flow (`sk_live_…` or `sk_sandbox_…`). Each key is tied to one Dr.Online catalogue. Server-to-server only: `Authorization: Bearer <secret_key>`."}}},"paths":{"/connected/practitioners/{practitioner_id}":{"get":{"operationId":"partnerV1GetPractitioner","tags":["Practitioners"],"parameters":[{"schema":{"type":"string","enum":["en","pt"]},"in":"query","name":"locale","required":false,"description":"Request services in this language. When omitted, the default for the request context is used (e.g. widget language in the booking system, app default elsewhere)."},{"schema":{"type":"string"},"in":"path","name":"practitioner_id","required":true,"description":"Practitioner id from `GET /practitioners`"}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","description":"Practitioner id from `GET /practitioners`"},"object":{"type":"string","enum":["practitioner"]},"avatar_url":{"type":"string","nullable":true,"description":"{\"example\":\"https://cdn.example.com/avatars/jose-lima.jpg\"}"},"booking_channel_id":{"type":"string","nullable":true,"description":"Reserved. Always `null` on Connected API resources — catalogue scope is fixed per API credential."},"first_name":{"type":"string","description":"{\"example\":\"Jose\"}"},"last_name":{"type":"string","description":"{\"example\":\"Lima\"}"},"metadata":{"type":"object","additionalProperties":{"type":"string","maxLength":500},"description":"Partner-owned key-value strings. Keys cannot start with \"dronline\". Only keys you set are returned; Dr.Online may store other fields internally.","default":{}},"practitioner_id":{"type":"string","description":"Practitioner id from `GET /practitioners`"},"sex":{"type":"string","enum":["male","female"],"nullable":true,"description":"Biological sex from the practitioner record (Healthie `sex`, or `gender` when sex is unset)."},"title":{"type":"string","nullable":true,"description":"{\"example\":\"General Practitioner\"}"}},"required":["id","object","avatar_url","booking_channel_id","first_name","last_name","practitioner_id","sex","title"],"additionalProperties":false}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dronline.uk/connected-api/practitioners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
