Hi there,
I am trying to connect to the admin API from our business central SaaS service.
normal access to all other webservices works splendidly well.
I am following this guide right here:
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-center-api
I already have the App registered in Azure and it has all the rights it needs (at least it seems like it has)
yet, when I try to connect via postman, I get the error: 401 Unauthorized
this is the link I am trying to call.
api.businesscentral.dynamics.com/.../environments
which looks to me like the one mentioned here
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-center-api_environments
so what am I doing wrong and how do I fix this ?
thanks in advance