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": "213deb7c-b74d-4f30-97f3-ca88bcf9ed75",
"type": "dashboards",
"attributes": {
"team_id": 156,
"user_id": 127,
"name": "Copy of Dashboard 10 - 2025-11-25",
"description": null,
"slug": "copy-of-dashboard-10-2025-11-25",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#D7F5E1",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-11-24T17:25:50.845-08:00",
"created_at": "2025-11-24T17:25:50.845-08: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": "213deb7c-b74d-4f30-97f3-ca88bcf9ed75",
"type": "dashboards",
"attributes": {
"team_id": 156,
"user_id": 127,
"name": "Copy of Dashboard 10 - 2025-11-25",
"description": null,
"slug": "copy-of-dashboard-10-2025-11-25",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#D7F5E1",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-11-24T17:25:50.845-08:00",
"created_at": "2025-11-24T17:25:50.845-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}