Skip to main content
POST
Queue a new delivery attempt for a SimplePay webhook event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required
Required string length: 8 - 255

Path Parameters

id
string
required
Pattern: ^spevt_[a-z0-9]{32}$

Body

application/json
endpoint_id
string
Pattern: ^spwe_[a-z0-9]{32}$

Response

The durable replay command was accepted by the outbound queue.

delivery_count
integer
required
Required range: x >= 1
id
string
required
Pattern: ^spevt_[a-z0-9]{32}$
replayed
boolean
required
status
string
required
Allowed value: "queued"
Last modified on September 1, 2026