Skip to main content
PATCH
Update subscription

Authorizations

API-KEY
string
header
required

Your partner API key. Requires the webhooks permission, or events for the PULL feed.

Path Parameters

id
string<uuid>
required

The subscription's UUID.

Body

application/json
status
enum<string>

PAUSED holds events, ACTIVE resumes delivery, DELETED soft-deletes. SUSPENDED is rejected — only Endl sets it.

Available options:
ACTIVE,
PAUSED,
DELETED
eventFilter
string[]

Replaces the current filter. An empty list resets it to ["*"].

Response

Updated.