Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
webhooks_endpoint found
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": "57e44b97-1143-4ccd-abb0-d70470d8e836",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 482,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "HD5kd5eMsh6cbc5J",
"event_types": [],
"enabled": true,
"created_at": "2025-11-21T12:15:52.009-08:00",
"updated_at": "2025-11-21T12:15:52.009-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
webhooks_endpoint found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "57e44b97-1143-4ccd-abb0-d70470d8e836",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 482,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "HD5kd5eMsh6cbc5J",
"event_types": [],
"enabled": true,
"created_at": "2025-11-21T12:15:52.009-08:00",
"updated_at": "2025-11-21T12:15:52.009-08:00"
}
}
}