Skip to main content
Monitored Accounts are companies your team tracks over time. Use this endpoint to read the same account queue you see in the dashboard, including account-level score, summary, and latest signal.

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Body

account_idsstring[]

Return specific monitored accounts by company ID. Omit this field to return all monitored accounts.

signalsstring[]

Filter accounts by Custom Signal definition IDs.

statusesstring[]

Filter by latest account signal status.

Example: [“detected”]

latest_activityobject

Restrict accounts by their latest monitored activity. Results use the dashboard’s fixed Monitored priority order.

cursor.limitinteger

Number of monitored accounts to return. Maximum value is 100.

cursor.afterstring

Opaque cursor returned as cursor.next from the previous response.