Skip to main content
POST
cURL

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

name
string | null

Name of the dashboard

Maximum string length: 255
project
integer | null

Project this dashboard belongs to

filters
object | null

Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.

Examples:

Response

201 - application/json
id
integer
read-only
name
string | null

Name of the dashboard

Maximum string length: 255
project
integer | null

Project this dashboard belongs to

filters
object | null

Filter conditions to scope the data. See the Dashboards guide for supported fields, operators, and syntax.

Examples:
widgets
object[]
read-only
widget_count
string
read-only

Number of widgets in the dashboard

created_at
string<date-time> | null
read-only

When the dashboard was created

updated_at
string<date-time> | null
read-only

When the dashboard was last updated