TelefonAIv1
Assistants

The clinic's numbers, and which assistant answers each of them

The clinic's numbers, and which assistant answers each of them. Read only: a number costs money every month and cannot be rolled back once it has been given to someone else — it must be bought by a person who sees the price. Released numbers are not included; the row remains as history, but it is no longer the clinic's.

GET/v1/phone-numbers

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

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

Response

application/json

Success.

object

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