PASAR API
OData/REST API for Business Central ERP: accounts, journals, sales/purchase orders, items and customers. OAuth2 via Microsoft Entra. Global, works for MY.
View docs ↗ More Accounting & ERP APIs# Microsoft Dynamics 365 Business Central API ~ ERP, finance & operations needs OAuth credentials ~ get yours at: # https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/ curl 'https://api.businesscentral.dynamics.com' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Southeast Asian API into my app. API: Microsoft Dynamics 365 Business Central API ~ ERP, finance & operations Provider: Microsoft Auth: requires OAuth credentials (sign up: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/) Pricing: paid Base URL: https://api.businesscentral.dynamics.com Important note: OData/REST API for Business Central ERP: accounts, journals, sales/purchase orders, items and customers. OAuth2 via Microsoft Entra. Global, works for MY. Source: Microsoft (https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth Last checked: 2026-06-29 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.