Search scored accounts (cursor-paginated)
GET
/accountsRequires scope: read:accounts
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
min_score | query | number | Minimum In-Market score (0-100) |
tier | query | string | |
status | query | string | |
icp_profile | query | string | Only accounts scored for this ICP profile |
limit | query | integer | |
cursor | query | string | Opaque keyset cursor from next_cursor |
Responses
| Status | Description |
|---|---|
200 | A page of accounts |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?