API endpoint to update dashboard

I have some contract tests against third party apis we consume and I was hoping to send a up/down status to Grafana via a POSTed JSON. Does GrafanaCloud expose an endpoint to do this? I basically want the dashboard to display ‘Up’ in green background or ‘Down’ in Red background, and be able to update it via GrafanaCloud API.

You’d need to post the outcome into a TSDB, then Grafana can query it and show you stats like the current build status, uptime, etc.