I have registered a Microsoft Entra application and set up the Microsoft Entra application in Business Central according to this documentation
I received an access token and tested it with a request to the endpoint of the list of companies for the production environment. The request was completed successfully and I received a list of companies.
GET https:/api.businesscentral.dynamics.com/environments/v1.1
Could you please tell me if it is possible to get a list of environments for version v2.0 through a request to the API? maybe I'm doing something wrong?