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": "58101071-0c32-4c0c-9a7f-573f24b914bb",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 573,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "musVEyYvbUFHmAKi",
"event_types": [],
"enabled": true,
"created_at": "2026-02-09T17:27:36.032-08:00",
"updated_at": "2026-02-09T17:27:36.032-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "58101071-0c32-4c0c-9a7f-573f24b914bb",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 573,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "musVEyYvbUFHmAKi",
"event_types": [],
"enabled": true,
"created_at": "2026-02-09T17:27:36.032-08:00",
"updated_at": "2026-02-09T17:27:36.032-08:00"
}
}
}