Skip to main content
POST
Create a dashboard tab

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Path Parameters

orgId
string
required

Organization ID

dashboardId
string
required

Dashboard ID

Body

application/json
name
string
required

Name of the tab

Minimum string length: 1
order
number

Sort order of the tab within the dashboard. Defaults to placing the tab last.

Response

Dashboard tab created successfully

data
object
required