Update app (set/clear webhook_url)
PATCH /api/v1/apps/{appId}
PATCH
/api/v1/apps/{appId}
Session token or full-scope API key. Setting a webhook_url requires the Pro plan (403 PLAN_REQUIRED). Pass null/empty to clear. The consumer POSTs delivery results to this URL.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” appId
required
string
Request Body required
Section titled “Request Body required ”object
webhook_url
required
string format: uri
Responses
Section titled “ Responses ”{ ok: true, webhook_url }
Invalid URL (INVALID_URL) or missing field
Pro plan required (PLAN_REQUIRED)
App not found (NOT_FOUND)