Skip to main content
GET
/
v1
/
property
/
health
Property service health check
curl --request GET \
  --url https://api.vepler.com/v1/v1/property/health \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "service": "<string>",
  "timestamp": "<string>",
  "version": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key authentication for Vepler API. Get your API key from the Vepler dashboard.

Response

200 - application/json

Service is healthy

status
string
required
service
string
required
timestamp
string
version
string