Skip to content

Health check

GET
/health
curl --request GET \
--url https://app.surveyrock.com/api/v1/health

Check SurveyRock API health status

Service is healthy

Media typeapplication/json
object
success
boolean
data
object
status
string
timestamp
string
version
string
Examplegenerated
{
"success": true,
"data": {
"status": "example",
"timestamp": "example",
"version": "example"
}
}