Health

Check whether the API server is running and responsive.

GET/healthNone

Returns 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"
}

Related docs