cURL
curl --request POST \ --url https://developer.tempestdx.com/api/v1/apps.versions.health \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "<string>", "version": "<string>", "health_reports": [ { "type": "<string>", "status": "healthy", "message": "<string>" } ] }'
{ "status": "ok", "message": "<string>", "metadata": { "tempest_app_url": "<string>" }, "error": "<string>" }
Clients report health check results using this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Received health check report
The response is of type object.
object
Was this page helpful?