Access Business Central API in Python using MSAL (S2S)
This is a minimalist way to access the Business Central API in Python using the Service 2 Service authentication (Client_Credentials). It is based on the Microsoft Authentication Library for Python: In the first step, we create a function to obtain a fresh token: Now you could, for example, get all companies with a couple of […]