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": "bdb125ce-9c20-4565-be14-6983625eb99b",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 528,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yq1yMAvTNb2k99cn",
"event_types": [],
"enabled": true,
"created_at": "2025-12-24T09:29:01.213-08:00",
"updated_at": "2025-12-24T09:29:01.213-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bdb125ce-9c20-4565-be14-6983625eb99b",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 528,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yq1yMAvTNb2k99cn",
"event_types": [],
"enabled": true,
"created_at": "2025-12-24T09:29:01.213-08:00",
"updated_at": "2025-12-24T09:29:01.213-08:00"
}
}
}