Retrieves a specific webhook endpoint by id
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c7f52f8-3b4b-4798-8e06-5082e9f2e3f5",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 550,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yGdXEskMEB2o7uL8",
"event_types": [],
"enabled": true,
"created_at": "2026-01-20T17:21:59.427-08:00",
"updated_at": "2026-01-20T17:21:59.427-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1c7f52f8-3b4b-4798-8e06-5082e9f2e3f5",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 550,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yGdXEskMEB2o7uL8",
"event_types": [],
"enabled": true,
"created_at": "2026-01-20T17:21:59.427-08:00",
"updated_at": "2026-01-20T17:21:59.427-08:00"
}
}
}