POST
/
v2
/
webhooks
/
retry
/
{delivery_nanoid}
Retry Delivery
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

delivery_nanoid
string
required

Unique identifier of the Webhook Delivery.

Required string length: 15

Response

202
application/json

Default Response

The response is of type object.