Skip to main content
POST
Create a webhook testing inbox

Authorizations

Authorization
string
header
required

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

Body

application/json

Create a webhook testing inbox

name
string
required

Human-readable name for this inbox

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

Inbox lifecycle (default: active)

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 (default: true)

retentionDays
integer<int32> | null

Days events are kept. Omitted uses the testing plan. Cannot exceed the plan

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

Max stored events before ingest drops the oldest (default: 10000)

Required range: 1 <= x <= 100000

Response

Created

data
object
required

Webhook testing inbox