V2 APIEndpointsWebhooks
Replay a dead-letter delivery
Replay a dead-letter delivery. Signed render lifecycle events with delivery inspection, testing and dead-letter replay. Required API key scopes: `operations:cancel`.
Authorization
apiKeyAuth Path Parameters
id*string
Resource identifier
deliveryId*string
Webhook delivery identifier
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/webhooks/string/deliveries/string/replay"{ "success": true, "data": { "replayed": true }}Queue a safe signed test event POST
Queue a safe signed test event. Signed render lifecycle events with delivery inspection, testing and dead-letter replay. Required API key scopes: `renders:create`.
Get V2 API usage GET
Get V2 API usage. Usage and the machine-readable public contract. Required API key scopes: `usage:read`.