Health
Check whether the API server is running and responsive.
GET
/healthNoneReturns a simple status object. This is the only endpoint without the /v1/ prefix and requires no authentication.
Request
No headers, body, or query parameters required.
Request
curl https://smsgateway-api.onrender.com/health
Response
200 OK
json
{"status": "ok"}