Get Webhook
Returns the webhook configuration currently active for the application — destination URL, the custom headers the Gateway attaches when it calls you, and which event types you are subscribed to. Read-only.
Use it to verify a configuration after an update, or to check which events an app is receiving before debugging a missing payload.
GET and the update call share the same path: sending no body reads the configuration, sending a body updates it.
Authorizations
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
Application ID. Must belong to the organization resolved from your secret key, otherwise the request returns 404 with APPLICATION_004.
"app_7poyXj8GXuv76e"