TelefonAIv1
Waiting list

List the waiting list in the order offers go out: first come, first served.

List the waiting list in the order offers go out: first come, first served.

GET/v1/waitlist

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

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

Response

application/json

Success.

object

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