/
Get Practitioner
GET
curl -i -X GET \
'https://api.pracsuite.com/v1/practitioner/{practitioner_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successful
RFC 3339 UTC date-time (Z) with microsecond precision.
Example:"2020-09-12T11:09:42.687393Z"
Response
{ "links": { "self": "https://api.pracsuite.com/v1/practitioner/1", "appointments": "https://api.pracsuite.com/v1/practitioner/1/appointment", "practitioner_provider_numbers": "https://api.pracsuite.com/v1/practitioner/1/practitioner_provider_number" }, "tenant_id": 0, "practitioner_id": 0, "title": "string", "first_name": "string", "preferred_name": "string", "surname": "string", "short_description": "string", "professional_title": "string", "qualifications": "string", "archive": false, "email": "user@example.com", "about_me": "string", "telehealth_patient_link": "string", "telehealth_practitioner_link": "string", "created": "2020-09-12T11:09:42.687393Z", "businesses": [ { … } ], "professions": [ { … } ] }