TelefonAIv1
Check-in

Who is currently marked as arrived

Who is currently marked as arrived. Requires bookings:read and NOT checkin:write: a check-in screen should be able to mark, not to read a list of names. called_at is set once the front desk pressed «Called in» — she is no longer waiting.

GET/v1/checkins

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Request

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

Response

application/json

Success.

object

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