Skip to main content
GET
/
api
/
v1
/
brands
/
{brand_id}
/
dashboards
List Brand Dashboards
curl --request GET \
  --url https://api.example.com/api/v1/brands/{brand_id}/dashboards \
  --header 'Authorization: Bearer <token>'
{
  "dashboards": [
    {
      "slug": "<string>",
      "title": "<string>",
      "description": "<string>",
      "route_segment": "<string>",
      "status": "<string>",
      "requires": []
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Response

Successful Response

dashboards
DashboardCard · object[]
required