Homarr
Boards

Duplicate a board

POST/api/boards/{id}/duplicate

Copy a board under a unique name and return its new ID. Requires board-create permission, view access to the source, and use access to its linked integrations. Widget configurations must be valid; boards containing Custom Widgets require admin permission.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/boards/string/duplicate" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "boardId": "string"}