Skip to main content
GET
/
v1
/
report
/
health-check
/report/health-check
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/health-check \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": 316,
      "date": "2025-08-31 00:00:00",
      "uid": 18620,
      "health_score": 44,
      "domain": "example.com",
      "label": null,
      "public": 1,
      "version": 2,
      "status": "COMPLETE"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
results
object[]
required
success
boolean
required