WorkspaceAccounts

Get ICP-ranked accounts feed

ICP-ranked district accounts for the Workspace Lists tab. Ranking combines district size and recent signal density from entity_events. **Free (0 credits).**

GET
/workspace/accounts

ICP-ranked district accounts for the Workspace Lists tab. Ranking combines district size and recent signal density from entity_events. Free (0 credits).

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

limit?integer
Default30
Rangevalue <= 100
state?string

Optional 2-letter state filter

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/workspace/accounts"
{
  "data": {
    "source": "territory",
    "territory_states": [
      "string"
    ],
    "accounts": [
      {
        "id": "string",
        "name": "string",
        "state": "string",
        "student_count": 0,
        "fit_score": -9007199254740991,
        "signal_count": -9007199254740991,
        "signal_types": [
          "string"
        ],
        "last_event_date": "string"
      }
    ]
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}