Skip to main content
POST
fax.failed

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
record_type
enum<string>

Identifies the type of the resource.

Available options:
event
Example:

"event"

id
string<uuid>

Identifies the type of resource.

Example:

"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"

event_type
enum<string>

The type of event being delivered.

Available options:
fax.failed
Example:

"fax.failed"

payload
object

Response

200

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