cURL
curl --request POST \ --url https://b2b-api.dev-riseworks.io/v2/webhooks/retry/{delivery_nanoid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "delivery_nanoid": "<string>", "status": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Webhook Delivery.
15
Default Response
The response is of type object.
object