Pepvote Support Center

Health

GET
/health

Header Parameters

User-Agentstringrequired

Name and version of the calling integration. Required on every request.

Response Body

application/json

curl -X GET "https://example.com/health" \  -H "User-Agent: my-app/1.0"
{
  "status": "ok",
  "time": 0
}
Was this helpful?

Last updated September 6, 2026