Export dashboards as an encrypted .ucf file
Dashboard Sync (.ucf)
Export Dashboards (.ucf)
Exports every dashboard flagged exportable in the organization — along with the charts they render and their filters and themes — as an encrypted .ucf file. Import the file into another environment with the import endpoint. Requires an Upsolve admin API key.
POST
Export dashboards as an encrypted .ucf file
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/ucf/dashboards/export Request body
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.
Minimum string length:
1Example:
"up_embed_************"
Pattern:
^([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})$