Hi guys,
We are running grafana 10.3.3.
I need to make an api call to the alerting endpoint to get a list with all alerts that contains notification send to = {value}. Then to do a POST to change where the notifications are being send from x to y
I cant find the docs for those api endpoints. When i try the endpoints from the grafana docs, i get 404. I managed by trial and error to find this endpoint that returns data, but not the field i care about. /api/alerts
This /api/v1/provisioning/contact-points returns 404 Not Found.
Could you please help me?