Garage Hive API Endpoints

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.
For authentication and general setup, see  Getting Started with Garage Hive APIs .


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.

Base URL

https://api.businesscentral.dynamics.com/v2.0/{{aadTenantId}}/Sandbox/api/garageHive/general/v2.0
Replace {{aadTenantId}} with the client's Microsoft Entra ID tenant ID, and replace Sandbox with Production for live environments.
Endpoint
Kind
Description
customers
EntitySet
Garage Hive customer records with garage-specific fields
vehicles
EntitySet
Vehicle records including registration, make, model, and VIN
makes
EntitySet
Vehicle manufacturer (make) definitions
models
EntitySet
Vehicle model definitions linked to makes

Phone Integration API

Powers the caller identification feature in Garage Hive, allowing phone systems to match incoming calls to customer records.

Base URL

https://api.businesscentral.dynamics.com/v2.0/{{aadTenantId}}/Sandbox/api/garageHive/phoneIntegration/v2.0
Endpoint
Kind
Description
gH1PhonebookList
EntitySet
Phonebook records for caller identification and customer lookup


Endpoints Requiring Garage Link Advanced Plus

The following endpoints are only available with a  Garage Link Advanced Plus  subscription. They provide read-write access to workshop operation data.

Service API

Exposes workshop operation data, giving external systems read-write access to jobsheet headers and their line items.

Base URL

https://api.businesscentral.dynamics.com/v2.0/{{aadTenantId}}/Sandbox/api/garageHive/service/v2.0
Endpoint
Kind
Description
jobsheets
EntitySet
Jobsheet (work order) header records including status, customer, and vehicle
jobsheetLines
EntitySet
Individual line items on a jobsheet, such as parts and labour
The  Online Booking API  also requires Garage Link Advanced Plus. See its dedicated article for the full endpoint documentation.


See Also



English (UK, IE, IM and IZ). To find documentation in other regions where Garage Hive operates, click  here.