Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
incident_role found
Retrieves a specific incident_role by id
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "486012db-3a5e-4496-912e-f3922d960c60",
"type": "incident_roles",
"attributes": {
"slug": "libero-consequuntur-id-facilis",
"name": "Libero consequuntur id facilis.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-10-07T17:11:36.921-07:00",
"updated_at": "2025-10-07T17:11:36.921-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
incident_role found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_roles/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "486012db-3a5e-4496-912e-f3922d960c60",
"type": "incident_roles",
"attributes": {
"slug": "libero-consequuntur-id-facilis",
"name": "Libero consequuntur id facilis.",
"summary": null,
"description": null,
"position": 1,
"optional": false,
"enabled": true,
"allow_multi_user_assignment": false,
"created_at": "2025-10-07T17:11:36.921-07:00",
"updated_at": "2025-10-07T17:11:36.921-07:00"
}
}
}