Fetch API health
Use this endpoint to check if the nexus API is healthy and working.
Params
- None
Response
- API health confirmation message
Example Request
CURL
curl "https://dev.nexus.avail.tools/health"
Sample Response:
{
"status":"Alive ser."
}
Last updated on