Skip to main content
POST
/
dashboards
Create dashboards
curl --request POST \
  --url https://api.quivo.co/dashboards \
  --header 'Content-Type: application/json' \
  --data '
{
  "graphs": [
    "<string>"
  ]
}
'
{
  "data": [
    {
      "slug": "<string>",
      "data": [
        "<string>"
      ],
      "labels": [
        "<string>"
      ]
    }
  ],
  "errors": [
    {
      "graph": "<string>",
      "reason": "<string>"
    }
  ]
}

Query Parameters

sellerId
integer<int64>

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

warehouse
string

The identifier or name of the warehouse to filter by.

range
string

The time range for the dashboard data (e.g., "7d", "30d", "1y").

rangeStart
string

The start date for the dashboard data range. Format: ISO 8601 date.

rangeEnd
string

The end date for the dashboard data range. Format: ISO 8601 date.

Body

application/json

Data to create a new resource at /dashboards

Request payload for creating a new dashboard configuration. Contains dashboard settings, data range, warehouse filters, and visualization preferences.

graphs
string[]

Array of graph items

Response

Returns the newly created dashboard configuration with assigned identifier.

Generic response object. Contains status information and optional data payload.

data
object[]

Array of data items

errors
object[]

Error information