cURL
curl --request GET \ --url https://api.vidnavigator.com/v1/health
{ "status": "success", "message": "<string>", "version": "<string>", "endpoints": [ { "path": "<string>", "method": "<string>", "description": "<string>", "auth_required": true } ] }
Check API health and get endpoint information
curl "https://api.vidnavigator.com/v1/health"
{ "status": "success", "message": "API is healthy", "version": "1.0.0" }
API is healthy
The response is of type object.
object