Skip to main content
GET
/
accounts
/
api
/
dashboard
/
views
List dashboard views
curl --request GET \
  --url https://api2.upstackified.com/accounts/api/dashboard/views \
  --header 'x-api-key: <api-key>' \
  --header 'x-pixel-id: <api-key>'
{
  "dashboardViews": [
    {
      "id": "<string>",
      "name": "<string>",
      "order": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Upstack API key. Starts with upstack_.

x-pixel-id
string
header
required

The pixel id the request targets.

Query Parameters

type
enum<string>

Filter by view type. Defaults to view. Type of dashboard view.

  • view — the regular KPI dashboard.
  • attribution_view — attribution-specific dashboard.
  • pnl_view — P&L dashboard.
Available options:
view,
attribution_view,
pnl_view

Response

List of view summaries.

dashboardViews
object[]
required