Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_permission_set found
Retrieves a specific incident_permission_set by id
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2411faaa-c3b4-4a1e-a035-d7b4d9802b00",
"type": "incident_permission_sets",
"attributes": {
"team_id": 291,
"name": "Id qui est libero.",
"slug": "id-qui-est-libero",
"description": "Sit velit nisi sit.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-11-27T00:09:46.340-08:00",
"created_at": "2025-11-27T00:09:46.340-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_permission_set found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2411faaa-c3b4-4a1e-a035-d7b4d9802b00",
"type": "incident_permission_sets",
"attributes": {
"team_id": 291,
"name": "Id qui est libero.",
"slug": "id-qui-est-libero",
"description": "Sit velit nisi sit.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-11-27T00:09:46.340-08:00",
"created_at": "2025-11-27T00:09:46.340-08:00"
}
}
}