Skip to main content
PATCH
Patch a webhook testing inbox

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

inboxId
string<uuid>
required

Body

application/json

Patch a webhook testing inbox. Omitted fields stay unchanged

name
string | null

Human-readable name for this inbox

Maximum string length: 200
status
enum<string> | null

Inbox lifecycle

Available options:
active,
disabled
httpResponse
object | null

Partial mock reply returned to the sender after ingest

cors
boolean | null

Allow browser callers on other origins to hit the ingest URL

retentionDays
integer<int32> | null

Days events are kept. Cannot exceed the testing plan

Required range: 1 <= x <= 3650
maxEvents
integer<int32> | null

Max stored events before ingest drops the oldest

Required range: 1 <= x <= 100000

Response

OK

data
object
required

Webhook testing inbox