Skip to main content
Monitor is the account tracking side of Plyne. Your team adds target accounts and defines custom signal questions in plain language, such as whether a company is hiring for a role, expanding into a new location, filing a disclosure, or adopting a specific tool. Plyne checks those accounts on a schedule and surfaces the account signals worth acting on.

Basic endpoints

POST /v1/monitor/accounts
POST /v1/monitor/results
Use filters on list endpoints for account-specific reads:
POST /v1/monitor/results
Pass account_ids, signal_ids, statuses, or observed in the request body.

Later

Custom signals are definitions used by Monitor. We can expose them under the Monitor section later if needed:
GET /v1/monitor/accounts/{id}
GET /v1/monitor/results/{id}
GET /v1/monitor/signals
GET /v1/monitor/signals/{id}