curl --request GET \ --url 'http://localhost:2003/api/v1/health'
{ "success": true, "data": "ok" }
Check if the API server is running
A simple endpoint to check if the API server is up and running. This endpoint does not require authentication.
Successful response
The response is of type object.
object