Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Response
Service is up and running
Overall health status of the service. Returns "ok" when healthy, "error" when issues detected.
Available options:
ok
, error
Example:
"ok"
ISO 8601 timestamp when the health check was performed.
Example:
"2023-07-01T12:00:00.000Z"
Current version of the API service. Useful for debugging and compatibility checks.
Example:
"1.0.0"
Database connectivity status. Shows "connected" when database is accessible, "error" when connection fails.
Available options:
connected
, error
Example:
"connected"
Human-readable message describing the current health status and any issues.
Example:
"Service is up and running"
Indicates whether the request was properly authenticated. Always true for this endpoint since authentication is required.
Example:
true