TelefonAIv1
Assistants

List assistants with greeting, instructions, language and capabilities.

List assistants with greeting, instructions, language and capabilities.

GET/v1/assistants

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

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

Response

application/json

Success.

object

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