WebhooksTelnyx-KYC-Compliance-Webhook

Telnyx-KYC-Compliance-Webhook

Carrier-Webhook für Telnyx-KYC- / Requirement-Group-Statusänderungen. Verifiziert die ED25519-Signatur mit TELNYX_PUBLIC_KEY. Gibt 503 zurück, wenn der Schlüssel nicht konfiguriert ist, 400 bei ungültiger Signatur. Gibt nach erfolgreicher Verarbeitung immer 200 zurück.

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

Rohe Telnyx-Event-Payload

Responses

receivedboolean
statusstring
updatedboolean
matchedRequestboolean