v1
latestOpenAPI 3.0.12026-07-266184114.0 KBWebhooks
Register new webhook
Register a new webhook which will be called on a specific event. See the WebhookCallback model. (Permitted scopes: fax:all:edit, fax:webhook:edit)
post/hooks
Request body
Example request
{
"target": "http://myapp.com/fax_received",
"event": "fax_received"
}Response
Webhook ID
Example response
{
"id": "6048b47181dbe1a7d67fcc98"
}