Hi, I’m trying to test an API from business central online with OAuth 2.0
I created the azure app, configured the api permissions, the secrets and all that.
When I enter the values in postman, I get the token but when I call the API I’m getting the 401 error.
After that, I use the token and try to call the API but I get this error:
These are my values:
And I’m calling one of the standard APIs that come with business central. I just copy and paste it.