Use this endpoint to verify that the ArcPass API is running and responsive. It returns the service status and how long the API process has been running. No authentication or parameters are required.Documentation Index
Fetch the complete documentation index at: https://docs.arcpass.vibepas.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET /health
This endpoint takes no path parameters, query parameters, or request body.
Response
Current service status. Returns
"ok" when the API is healthy and accepting requests.Number of seconds the API process has been running since its last restart, rounded down to the nearest whole second.
Use cases
- Monitoring and alerting — poll this endpoint from your uptime monitor to detect outages.
- Pre-flight checks — call
/healthbefore starting an integration test run to confirm the API is reachable. - Load balancer probes — configure your infrastructure to use this route as a health probe target.
200