cURL
curl --request GET \ --url http://localhost:8000/health
{ "status": "ok" }
Returns the server status. Use this to verify the API is up before sending requests.
Server is healthy
"ok"
Was this page helpful?