Skip to main content
POST
replacedLinkClick

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

telnyx-timestamp
integer<int64>
required

Unix timestamp (seconds since epoch) of when the webhook was sent - compatible with webhook-timestamp Unix timestamp for replay attack prevention

telnyx-signature-ed25519
string
required

Base64 encoded Ed25519 signature for webhook verification - compatible with webhook-signature Ed25519 signature of timestamp|payload for verification

Body

application/json
data
object
Example:
{
"record_type": "link_clicked",
"url": "https://telnyx.com",
"to": "18445550001",
"message_id": "7ee4241c-f127-47e5-9c34-3aac291f8058",
"time_clicked": "2019-04-01T14:45:45.450Z"
}

Response

200

The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.