Retrieves a specific webhook delivery by id
curl --request GET \
--url https://api.rootly.com/v1/webhooks/deliveries/{id} \
--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>"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/deliveries/{id} \
--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>"
}
}
}