Skip to main content
POST
Resume a paused webhook subscription

Authorizations

Authorization
string
header
required

Dairo API key, e.g. dairo_test_... or dairo_live_...

Path Parameters

webhook
string
required

Response

Success

id
string<uuid>
required
url
string<uri>
required
events
enum<string>[]
required
Available options:
message.received,
message.quarantined,
message.sent,
message.delivered,
message.bounced,
message.complained,
budget.tripped,
compliance.erasure.completed,
subprocessor.changed,
object.scanned,
share_link.opened,
letter.status_changed,
domain.verified
status
enum<string>
required
Available options:
active,
paused
createdAt
string<date-time>
required
label
string | null

Optional human label for the endpoint, or null when unlabeled.

lastDeliveryAt
string<date-time> | null

Timestamp of the most recent successful webhook delivery, or null before the first successful delivery.