Skip to main content
POST
Send a synthetic test delivery

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Path Parameters

id
string<uuid>
required

Body

application/json

Default body sends a synthetic post.published event.

type
enum<string>
Available options:
post.queued,
post.validated,
post.published,
post.rejected,
post.failed,
post.canceled,
post.rescheduled,
token.expiring,
token.revoked,
version.deprecated,
subscription.activated,
subscription.cancelled,
subscription.tier_changed,
quota.warning,
quota.exceeded,
billing.payment_failed,
billing.delinquent,
billing.recovered
data
any

Response

Delivery completed (the consumer may still have returned a non-2xx — see delivered and status).

delivered
boolean
required
status
integer | null
required
durationMs
integer
required
deliveryId
string
required
sentEvent
object
required
responseBody
string | null
nonRetryable
boolean
errorName
string | null