This article explains how to activate monitoring products for professionals. Adding a product enables automatic monitoring and webhook notifications for changes. Three API operations manage monitoring products: add (POST), list (GET), and delete (DELETE). Deleting a product permanently removes its monitoring data. Detailed request formats vary by product, and webhook events deliver updates once monitoring is active.
This is the step that takes monitoring live. A monitoring product is what Propelus actively watches on a professional — once you add one, Propelus re-checks on its own schedule and pushes any change to you. With your professionals and their licenses in place, adding a product switches monitoring on.
Three operations
Like licenses, monitoring products are managed under a professional, so every path includes that professional’s professionalId.
| Operation | Method & Endpoint | What it does |
|---|---|---|
| Add |
POST …/{professionalId}/monitoring
|
Turn on a monitoring product for the professional. |
| List |
GET …/{professionalId}/monitoring
|
See which products are active on the professional. |
| Delete |
DELETE …/{professionalId}/monitoring
|
Stop monitoring a product for the professional. |
Adding a product
A successful POST returns 201 Created and monitoring begins. What you send in the body though, isn’t one fixed shape.
What happens next
From the moment a product is active, Propelus monitors the professional and delivers changes to your webhook. To read what arrives, see webhook events & payloads and verification result codes.
Where to go next
That’s the full monitoring setup. Revisit the sequence any time in how monitoring works.