Create Dashboard
Create Dashboard
Create a new dashboard for a project
POST
Create Dashboard
Create Dashboard
Create a new dashboard for a project in your organization. The project must belong to the organization specified in the header.You can create the dashboard empty (widgets and layouts default to empty) and add widgets later via the Update Dashboard endpoint.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faBody Parameters
UUID of the project to create the dashboard for. The project must belong to your organization.Example:
"a8315ef3-dd50-43f8-b7ce-d839e68d51fa"Initial list of widget configurations. Each widget has an
id, name, type, and config.Responsive grid layouts. Keys are breakpoints:
lg, md, sm, xs, xxs. Each contains an array of layout items with i (widget ID), x, y, w, h.Response
Returns the created dashboard object with HTTP 201.Dashboard UUID (auto-generated)
UUID of the associated project
List of widget configurations (empty if not provided)
Responsive grid layouts (empty breakpoints if not provided)
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The user is not a member of the organization, or the project does not belong to your organizationRelated Endpoints
Update Dashboard
Add widgets and configure layouts
List Dashboards
View all dashboards

