API Reference
Retry a failed delivery
Authorization
apiKey AuthorizationBearer <token>
A secret API key, e.g. Authorization: Bearer sk_test_....
In: header
Path Parameters
id*string
delivery_id*string
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/merchants/me/webhooks/string/deliveries/string/retry"{ "queued": true}{ "error": { "code": "not_found", "message": "not found" }}