API Reference
REST API
Getting Started Authorization Best PracticesMCP (AI Assistants)
MCP Overview MCP AuthenticationGeneral
Status Get Business Identity Get Business DetailsContacts
List ContactsJobs
List JobsEstimates
List EstimatesInvoices
List InvoicesOfferings
List OfferingsEquipment
List EquipmentEvents
List EventsStatus
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"
}