List webhook endpoints
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "webhooks_endpoints",
"attributes": {
"name": "<string>",
"slug": "<string>",
"url": "<string>",
"event_types": [
"incident.created"
],
"secret": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success
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 \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "webhooks_endpoints",
"attributes": {
"name": "<string>",
"slug": "<string>",
"url": "<string>",
"event_types": [
"incident.created"
],
"secret": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}