Create an outgoing webhook (SSRF-validated; returns secret once)
POST/v1/webhooks/outgoing
Create an outgoing webhook so Expedify posts to your endpoint when subscribed events occur.
name, url and an events array are required — take the event names from
the event-types endpoint. webhook_type, is_active, retry_count and
timeout_seconds are optional. The URL is validated against SSRF, so internal
and loopback addresses are refused.
The response includes a secret, shown once: use it to verify the
X-Webhook-Signature header on every delivery so you can trust the payload
came from us.
Requires the webhooks:write scope.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error