Enable a webhook subscription
Webhooks
Enable a webhook subscription
Requires the
webhooks:operate scope (or a broader one that includes it).
Resumes a paused subscription. Idempotent — calling on an already-enabled
subscription still returns 204. Use this dedicated endpoint rather than
PUT to toggle the paused state (PUT does not accept the enabled flag).
When the active-subscriptions limit has been reached, returns 409 Conflict
with code: webHook.limitReached.
POST
Enable a webhook subscription
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Webhook subscription ID.
Response
Subscription is enabled (or was already enabled). The response body is empty.
Empty body