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": "3139f062-83b3-4151-b825-22d4f577d938",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 504,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yzisNuDygXeBLqP1",
"event_types": [],
"enabled": true,
"created_at": "2025-12-12T00:29:07.450-08:00",
"updated_at": "2025-12-12T00:29:07.450-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
webhooks_endpoint found
Show child attributes
Unique ID of the webhooks_endpoint
webhooks_endpoints Show child attributes
The name of the endpoint
The slug of the endpoint
The URL of the endpoint.
incident.created, incident.updated, incident.in_triage, incident.mitigated, incident.resolved, incident.cancelled, incident.deleted, incident.scheduled.created, incident.scheduled.updated, incident.scheduled.in_progress, incident.scheduled.completed, incident.scheduled.deleted, incident_post_mortem.created, incident_post_mortem.updated, incident_post_mortem.published, incident_post_mortem.deleted, incident_status_page_event.created, incident_status_page_event.updated, incident_status_page_event.deleted, incident_event.created, incident_event.updated, incident_event.deleted, alert.created, pulse.created, genius_workflow_run.queued, genius_workflow_run.started, genius_workflow_run.completed, genius_workflow_run.failed, genius_workflow_run.canceled The webhook signing secret used to verify webhook requests.
Date of creation
Date of last update
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3139f062-83b3-4151-b825-22d4f577d938",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 504,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "yzisNuDygXeBLqP1",
"event_types": [],
"enabled": true,
"created_at": "2025-12-12T00:29:07.450-08:00",
"updated_at": "2025-12-12T00:29:07.450-08:00"
}
}
}