Skip to main content
GET
/
api
/
products
/
dashboard
Get dashboard data
curl --request GET \
  --url https://app.dacard.ai/api/products/dashboard \
  --cookie __session=
{
  "products": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "latestScore": 123,
      "latestStageName": "<string>",
      "latestScoredAt": "2023-11-07T05:31:56Z",
      "scoreCount": 123,
      "previousScore": 123,
      "delta": 123,
      "dimensions": [
        {
          "dimensionId": "market_intelligence",
          "dimensionName": "Market Intelligence",
          "score": 2,
          "stageName": "<string>",
          "evidence": "<string>",
          "confidence": "high",
          "reasoning": "<string>"
        }
      ],
      "strengths": [
        "<string>"
      ],
      "gaps": [
        "<string>"
      ],
      "latestResultId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "portfolioAvg": 123,
  "portfolioTier": "<string>",
  "suiteDScoreAvg": 123,
  "suiteCoherenceAvg": 123,
  "scoreTimeline": [
    {
      "date": "<string>",
      "avgScore": 123
    }
  ],
  "accountName": "<string>"
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

Dashboard data

products
object[]
portfolioAvg
number

Average score across all products

portfolioTier
string

Portfolio maturity tier name

suiteDScoreAvg
number | null

Suite weighted DAC-score average

suiteCoherenceAvg
number | null

Suite coherence average

scoreTimeline
object[]
accountName
string | null