new feature
Manage tags on monitors via API
Nuno TomasFounder
You can now read and update tags on your 3rd-party services and custom monitors directly through the API. Tags are returned on every list and detail endpoint, can be set when adding a service to a board, and can be replaced anytime with a PATCH request.
Useful when you want to sync labels from your infrastructure or IaC, automate board setup from scripts, or keep monitor metadata in sync with the rest of your tooling.
Full reference is on dev.isdown.app under 3rd-Party Monitors.
new feature