TelefonAIv1
Calendar setup

List practitioners

List practitioners. Their id is what POST /v1/bookings needs.

GET/v1/resources

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

activebooleanquery

Omit for all. false returns only the inactive ones.

Request

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

Response

application/json

Success.

object

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