API Reference

Redeliver event

Requires subscriptions:manage and owner access. Queues another delivery attempt for the selected subscription event and returns the pending attempt immediately.

POST/v1/subscriptions/{id}/redeliver/{eventId}

Requires subscriptions:manage and owner access. Queues another delivery attempt for the selected subscription event and returns the pending attempt immediately.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Subscription ID.

eventId*string

Event ID.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/subscriptions/string/redeliver/string"
{  "delivery": {    "attempt": 0,    "dispatchedAt": "string",    "eventId": "string",    "id": "string",    "lastError": "string",    "nextAttemptAt": "string",    "responseCode": 0,    "status": "string",    "subscriptionId": "string"  }}