Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
dashboard created
Duplicates a dashboard
curl --request POST \
--url https://api.rootly.com/v1/dashboards/{id}/duplicate \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "b72b2373-8f1a-45af-8d8b-4fd371b18b08",
"type": "dashboards",
"attributes": {
"team_id": 111,
"user_id": 98,
"name": "Copy of Dashboard 10 - 2025-10-04",
"description": null,
"slug": "copy-of-dashboard-10-2025-10-04",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#E9E2FF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-10-04T08:10:13.612-07:00",
"created_at": "2025-10-04T08:10:13.612-07:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
dashboard created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/dashboards/{id}/duplicate \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "b72b2373-8f1a-45af-8d8b-4fd371b18b08",
"type": "dashboards",
"attributes": {
"team_id": 111,
"user_id": 98,
"name": "Copy of Dashboard 10 - 2025-10-04",
"description": null,
"slug": "copy-of-dashboard-10-2025-10-04",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#E9E2FF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-10-04T08:10:13.612-07:00",
"created_at": "2025-10-04T08:10:13.612-07:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}