TelefonAIv1
Webhooks

Fetch a single receiver

Fetch a single receiver. signing_secret is not included — it only leaves us in the reply to the creation call.

GET/v1/webhooks/{id}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

idstringpathrequired

The id of the resource.

Request

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

Response

application/json

Success.

object

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