コンテンツにスキップ

Update app (set/clear webhook_url)

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.

appId
required
string
object
webhook_url
required
string format: uri
nullable

{ ok: true, webhook_url }

Invalid URL (INVALID_URL) or missing field

Pro plan required (PLAN_REQUIRED)

App not found (NOT_FOUND)