/api/v3/webhooks/{webhook_id}

Update webhook configuration. You can update headers or/and status_rules.

webhook notification example:

{
  "headers": {
    "Content-Type": "application/json" // Change the headers
  },
  "status_rules": {
    "status_version": 2, // Change status version
    "allowed_status_names": [
      "delivered"   // Change the allowed status names
    ]
  }
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Webhook uuid

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json