Skip to content

Health check

GET
/health
curl --request GET \
--url https://api.getvespy.com/health

Default Response

Media typeapplication/json
object
status
required
string
Allowed values: ok
Example
{
"status": "ok"
}