Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
alert source found
Retrieves a specific alert source by id
curl --request GET \
--url https://api.rootly.com/v1/alert_sources/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "9e7518ec-3e10-4645-b2ff-6fb9ad0c60db",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 7",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "317c0910848bb749b2c908979607d63b8bf9f359f6c021cb0c8212917f789dcb",
"alert_urgency_id": "94e924bd-4d16-407a-928b-ce87658f6b37",
"created_at": "2025-09-17T17:43:39.540-07:00",
"updated_at": "2025-09-17T17:43:39.540-07:00",
"webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
"owner_group_ids": [],
"alert_source_urgency_rules_attributes": [],
"alert_source_fields_attributes": [],
"sourceable_attributes": null,
"alert_template_attributes": null,
"resolution_rule_attributes": null
},
"relationships": {
"alert_source_urgency_rules": {
"data": []
},
"alert_source_fields": {
"data": []
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
alert source found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_sources/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "9e7518ec-3e10-4645-b2ff-6fb9ad0c60db",
"type": "alert_sources",
"attributes": {
"name": "Alert Source 7",
"source_type": "datadog",
"status": "setup_incomplete",
"secret": "317c0910848bb749b2c908979607d63b8bf9f359f6c021cb0c8212917f789dcb",
"alert_urgency_id": "94e924bd-4d16-407a-928b-ce87658f6b37",
"created_at": "2025-09-17T17:43:39.540-07:00",
"updated_at": "2025-09-17T17:43:39.540-07:00",
"webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
"owner_group_ids": [],
"alert_source_urgency_rules_attributes": [],
"alert_source_fields_attributes": [],
"sourceable_attributes": null,
"alert_template_attributes": null,
"resolution_rule_attributes": null
},
"relationships": {
"alert_source_urgency_rules": {
"data": []
},
"alert_source_fields": {
"data": []
}
}
}
}