Clone Dashboard
Creates a deep copy of an existing dashboard including all of its charts. The cloned dashboard can be placed in the same or a different workspace. Authenticate with a tenant JWT or an API key.
Authorizations
Body
POST /v1/api/dashboard/clone Request body
ID of the dashboard to clone
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Upsolve API key, generated under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
1The ID of the organization. Required when using Supabase JWT authentication.
The ID of the connection a guest has access to
Workspace to clone into. If omitted, clones into the same workspace as the source.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Name for the cloned dashboard. Defaults to '[original name] (Copy)'.