Skip to main content
GET
/
db-mgmt
/
api
/
measures
List available measures
curl --request GET \
  --url https://api2.upstackified.com/db-mgmt/api/measures \
  --header 'x-api-key: <api-key>' \
  --header 'x-pixel-id: <api-key>'
{
  "measures": [
    {
      "key": "core.new_customer_roas",
      "title": "New Customer ROAS",
      "shortTitle": "NC ROAS",
      "description": "<string>",
      "category": "Core",
      "valueType": "count",
      "formula": "<string>",
      "subcategory": "<string>"
    }
  ]
}

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.

Response

Measures catalog.

measures
object[]
required