Skip to main content
POST
Update Webhook

Authorizations

Authorization
string
header
required

Secret key in Bearer sk_... format. Server-to-server only — never embed it in a browser or mobile client. The organization is resolved from the key, so organization_id is never passed explicitly.

Path Parameters

app_id
string
required

Application ID. Must belong to the organization resolved from your secret key, otherwise the request returns 404 with APPLICATION_004.

Example:

"app_7poyXj8GXuv76e"

Body

application/json
url
string<uri>
required

The HTTPS endpoint that will receive events. Must be publicly reachable and serve a valid TLS certificate.

headers
object

Custom headers the Gateway attaches to every delivery. Free-form, so this is where an auth token, tenant ID, or WAF bypass header goes. Send {} to clear existing headers. Do not put credentials here that you would not want stored on the configuration.

subscribedEvents
object

Event name to boolean map. Events set to false, and events left out entirely, are not delivered.

Response

The stored configuration, read back after the write.

data
object
isSuccess
enum<boolean>
Available options:
true