Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
cause found by slug
Retrieves a specific cause by id
curl --request GET \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "99ed5d0b-17a8-4f71-9613-f670ef5f595e",
"type": "causes",
"attributes": {
"slug": "voluptas-nisi-vel-explicabo",
"name": "Voluptas nisi vel explicabo.",
"description": "Voluptatem voluptate voluptatum delectus.",
"position": 1,
"created_at": "2025-10-14T02:49:06.429-07:00",
"updated_at": "2025-10-14T02:49:06.429-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
cause found by slug
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/causes/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "99ed5d0b-17a8-4f71-9613-f670ef5f595e",
"type": "causes",
"attributes": {
"slug": "voluptas-nisi-vel-explicabo",
"name": "Voluptas nisi vel explicabo.",
"description": "Voluptatem voluptate voluptatum delectus.",
"position": 1,
"created_at": "2025-10-14T02:49:06.429-07:00",
"updated_at": "2025-10-14T02:49:06.429-07:00"
}
}
}