Microsoft Business Central Standard API Endpoints

Microsoft Business Central comes with a standard set of REST API endpoints that are available to all Garage Hive users. These are maintained by Microsoft and provide read-write access to core business data such as customers, items, invoices, and financial records.
Because these endpoints are maintained by Microsoft and updated frequently, the full and most up-to-date reference is available directly on Microsoft Learn:
  •  API (v2.0) for Dynamics 365 Business Central — Microsoft Learn 
  •  Endpoints for the APIs — Microsoft Learn 


Base URL

https://api.businesscentral.dynamics.com/v2.0/{{aadTenantId}}/Sandbox/api/v2.0
Replace {{aadTenantId}} with the client's Microsoft Entra ID tenant ID, and replace Sandbox with Production for live environments.

Example Endpoints

The following are some commonly used endpoints from the standard Microsoft Business Central API. For the complete list, see the  Microsoft Learn reference .
Endpoint
Kind
Description
companies
EntitySet
Companies available in the Business Central environment
customers
EntitySet
Customer master records
items
EntitySet
Item master records (parts, labour, etc.)
locations
EntitySet
Warehouse and inventory locations
salesInvoices
EntitySet
Sales invoice headers
purchaseOrders
EntitySet
Purchase order headers
vendors
EntitySet
Vendor (supplier) master records
generalLedgerEntries
EntitySet
General ledger transaction entries
employees
EntitySet
Employee master records
bankAccounts
EntitySet
Bank account records
This is a small sample of the available endpoints. Microsoft Business Central provides over 80 standard API endpoints covering customers, items, sales, purchasing, finance, employees, and more. See the  full reference on Microsoft Learn  for the complete and up-to-date list.




See Also




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