Skip to main content
PUT
Pause or resume a webhook endpoint

Example request

An inactive endpoint receives no deliveries and is skipped by redelivery; set active to resume. Pausing is the right move while your receiver is down — events keep being recorded, and you can redeliver the missed ones after resuming.

Errors

Errors use the standard envelope — see Errors.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
active,
inactive

Response

Status updated.

status
enum<string>
Available options:
active,
inactive