Explore Business Central API through Postman using Basic Authentication
Introduction:
In this article, we will walk through steps on how to authenticate Business Central API using Basic Authentication in Postman
Pre-Requisite:
Business Central account
Business Central API Basic authentication in Postman:
- In Postman, make a GET request to Business Central base API URL.
Base URL: https://api.businesscentral.dynamics.com/v1.0/api/beta
For using Basic Authentication, we need to add domain as well.
Domain URL: https://api.businesscentral.dynamics.com/v1.0/myusersdomain.com/api/beta - In Business Central, generate Web Service Access Key for your user.
- Now in Postman authorization tab, select Basic Auth in Type. Provide Username and Web Service Access Key
- Click Send
Related posts:
How to review and accept changes to confirmed Purchase Orders in D365 F&O
How to run an SSRS report on a selected record in the CRM using FetchXml
Project Operations as source of truth for Professional Services Organizations
Streamlining Build Pipelines with YAML Template Extension: A Practical Guide