cURL
curl --request GET \ --url http://localhost:3000/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "uptime_seconds": 123 }
Liveness probe. Returns ok / degraded / down + uptime.
Documentation IndexFetch the complete documentation index at: https://docs.goparlay.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.goparlay.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
ok
degraded
down