Skip to main content
GET
/
practitioners
/
{practitioner}
cURL
curl --request GET \
  --url https://api.caspen.com/v1/practitioners/{practitioner}
{
  "id": "<string>",
  "online_booking": true,
  "service_ids": [
    "<string>"
  ],
  "location_ids": [
    "<string>"
  ],
  "provider_numbers": [
    {
      "id": "<string>",
      "location_id": "<string>",
      "type": "<string>",
      "number": "<string>"
    }
  ],
  "created_at": "<string>"
}

Path Parameters

practitioner
string
required

The practitioner ID

Response

PractitionerResource

id
string

The practitioner's unique identifier.

online_booking
boolean | null

Whether online booking is enabled for this practitioner.

service_ids
string[]

The IDs of services provided by this practitioner.

location_ids
string[]

The IDs of locations where this practitioner works.

provider_numbers
object[]

The practitioner's provider numbers for different locations.

created_at
string

The timestamp when the practitioner was created (ISO 8601).