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": "3f92744a-111b-4008-a3bf-9c1e54123e16",
"type": "dashboards",
"attributes": {
"team_id": 113,
"user_id": 124,
"name": "Copy of Dashboard 10 - 2025-10-14",
"description": null,
"slug": "copy-of-dashboard-10-2025-10-14",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#FCF2CF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-10-13T18:01:57.974-07:00",
"created_at": "2025-10-13T18:01:57.974-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": "3f92744a-111b-4008-a3bf-9c1e54123e16",
"type": "dashboards",
"attributes": {
"team_id": 113,
"user_id": 124,
"name": "Copy of Dashboard 10 - 2025-10-14",
"description": null,
"slug": "copy-of-dashboard-10-2025-10-14",
"public": false,
"owner": "user",
"range": "Last 30 Days",
"period": "day",
"color": "#FCF2CF",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-10-13T18:01:57.974-07:00",
"created_at": "2025-10-13T18:01:57.974-07:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}