These are API endpoints built by Garage Hive, providing access to garage-specific data that is not available through the standard Microsoft Business Central APIs. Some of these endpoints are available to all Garage Hive users, while others require a Garage Link Advanced Plus subscription.
Important: Replace {{tenantId}} with the client's Microsoft Entra ID tenant ID, and replace {{environmentName}} with the name of the client's Business Central environment (e.g. Production, Sandbox). The environment name is set by the customer and may vary — common names include Production, Prod, and Sandbox.
Getting Available Endpoints
To see the available endpoints for the Garage Hive API modules, a developer sends a GET request to the module's base URL. The response will return a JSON directory of all entities available within that module.
Garage Hive General API (Read-Only)
GET https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/{{environmentName}}/api/garageHive/general/v2.0
Garage Hive Service API
GET https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/{{environmentName}}/api/garageHive/service/v2.0
Garage Hive Phone Integration API
GET https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/{{environmentName}}/api/garageHive/phoneIntegration/v2.0
Endpoints Available to All Users
The following Garage Hive endpoints are available to all users regardless of plan. They provide read-only access and are used by features such as Power BI reporting and phone integration.
General API (Read-Only)
Used for reporting and data extraction. These endpoints provide read-only access to core Garage Hive records.