Endpoints
accounts for the current monitored account queue, signals for observation history, and custom-signals to list the definitions available for filtering.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track monitored accounts with Custom Signals.
POST /v1/monitor/accounts
POST /v1/monitor/signals
POST /v1/monitor/custom-signals
accounts for the current monitored account queue, signals for observation history, and custom-signals to list the definitions available for filtering.
{
"account_ids": ["d8companyid"],
"signals": ["d8signaldefinitionid"],
"statuses": ["detected"],
"cursor": { "limit": 50 }
}