JavaScript
List Monitors
GET
JavaScript
List monitors
Returns all monitors created for the current API user. Cost: 0 creditsSee the Monitoring guide for a full overview of how monitoring works, including webhook setup and preference options.
Response
The response contains anitems array. Each item represents one active or disabled monitor and includes:
The disabled flag
A monitor is marked disabled: true when your account is downgraded to a plan that no longer includes monitoring access. Disabled monitors are preserved so you do not lose your configuration, but they stop delivering notifications.
Monitors are not automatically re-enabled when you upgrade again — this is intentional to prevent unexpected billing. To re-enable a disabled monitor, contact the team at founders@openregister.de.
Use the list endpoint to check for disabled monitors after any plan change so you can act before missing notifications.
Use Cases
Audit active subscriptions — Retrieve the full list of entities you are currently watching to verify coverage, identify gaps, or reconcile against your internal records. Detect disabled monitors — Filter the response fordisabled: true items to find monitors that have stopped delivering notifications due to a plan downgrade. Contact founders@openregister.de to get them re-enabled.
Reconcile with your database — Periodically compare the list of monitors against your own data to identify entities that should no longer be monitored and clean them up with the delete endpoint.
