Status
GET
https://backend.localbusiness.pro/api/v1/statusHealth-check endpoint. Returns the current API status and version. No authentication required.
Responses
{
"status": "ok",
"api_version": "v1"
}No authentication required
This endpoint is publicly accessible.
Request
GET
https://backend.localbusiness.pro/api/v1/statusRate Limits
With X-Public-Key: 60 req/min per key
Without: 10 req/min per IP
Code Examples
curl https://backend.localbusiness.pro/api/v1/status