Skip to main content
POST
Resend a delivery

Authorizations

Authorization
string
header
required

JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.

Headers

X-Trace-Version
string

API version. Omit to use the default version.

Example:

"1"

X-Idempotency-Key
string<uuid>
required

Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.

Path Parameters

subscriptionId
string<uuid>
required

UUID of the subscription.

executionLogId
string<uuid>
required

UUID of the execution log entry.

Response

Resend accepted.