POST
/
v1
/
dashboards
/
{id}
/
duplicate
curl --request POST \
  --url https://api.rootly.com/v1/dashboards/{id}/duplicate \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ddc8ecc2-ff84-451e-87f2-00f397d64c3d",
    "type": "dashboards",
    "attributes": {
      "team_id": 98,
      "user_id": 96,
      "name": "Copy of Dashboard 10 - 2025-03-19",
      "description": null,
      "slug": "copy-of-dashboard-10-2025-03-19",
      "public": false,
      "owner": "user",
      "range": "Last 30 Days",
      "period": "day",
      "color": "#FCF2CF",
      "icon": "📊",
      "auto_refresh": false,
      "updated_at": "2025-03-19T07:49:13.024-07:00",
      "created_at": "2025-03-19T07:49:13.024-07:00"
    },
    "relationships": {
      "panels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

201
application/vnd.api+json
dashboard created
data
object
required