Status

GET https://backend.localbusiness.pro/api/v1/status

Health-check endpoint. Returns the current API status and version. No authentication required.

Responses

200 API is healthy.
{
  "status": "ok",
  "api_version": "v1"
}