TelefonAIv1
Calendar setup

Practitioners' working hours

Practitioners' working hours. Several rows on one day is a SPLIT day: 08:00–12:00 and 13:00–17:00.

GET/v1/resource-hours

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

resource_idstringquery

One practitioner's hours only.

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/resource-hours" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}