Skip to main content
POST
/
v1
/
webhooks
/
deliveries
/
{id}
/
deliver
Retries a webhook delivery
curl --request POST \
  --url https://api.rootly.com/v1/webhooks/deliveries/{id}/deliver \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "webhooks_deliveries",
    "attributes": {
      "endpoint_id": "<string>",
      "payload": "<string>",
      "delivered_at": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/vnd.api+json

webhooks_delivery delivered

data
object
required