WebhooksTelnyx KYC compliance webhook

Telnyx KYC compliance webhook

Carrier webhook for Telnyx KYC / requirement group status changes. Verifies ED25519 signature using TELNYX_PUBLIC_KEY. Returns 503 if key is not configured, 400 on bad signature. Always returns 200 after successful processing.

curl -X POST "https://api.talkturo.com/api/phone-numbers/telnyx-webhook" \
  -H "Content-Type: application/json"
{
  "received": true,
  "status": "example_string",
  "updated": true,
  "matchedRequest": true
}
POST
/phone-numbers/telnyx-webhook
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Body

application/json
dataobject
Required

Raw Telnyx event payload

Responses

receivedboolean
statusstring
updatedboolean
matchedRequestboolean