TelefonAIv1
Calendar setup

The clinic's opening hours, one row per weekday.

The clinic's opening hours, one row per weekday.

GET/v1/opening-hours

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

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

Response

application/json

Success.

object

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