Create Endpoint
Body
The URL to send webhook events to.
65536"https://example.com/webhook/"
Optional description for the endpoint.
"Production monitoring endpoint"
Whether the endpoint is disabled.
false
The operational event types this endpoint will receive.
[
"message.attempt.failing",
"message.attempt.exhausted"
]Metadata key-value pairs associated with the endpoint.
{ "environment": "production" }Optional custom endpoint signing secret (base64 encoded random bytes optionally prefixed with whsec_). If not set, the server will generate one.
"whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD"
Maximum messages per second to send to this endpoint (outgoing messages will be throttled to this rate).
5
Optional unique user-defined identifier for the endpoint.
"monitoring-prod-endpoint"
Response
"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2"
"https://example.com/webhook/"
"Production monitoring endpoint"
false
["message.attempt.failing"]0
"2026-05-30T14:11:29.071Z"
"2026-05-30T14:11:29.071Z"
{ "environment": "production" }"monitoring-prod-endpoint"
The endpoint's raw secret (only returned on POST creation).
"whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD"