I subscribed to Dynamics 365 with a trial version. I can connect from office 365 to the url of the Crm service in Internet Explorer as:
https://myorg.crm4.dynamics.com
Also I can access Odata as:
https://myorg.crm4.dynamics.com/api/data/v8.2/accounts
I try to connect to the Odata service using Postman. I created an application in azure with permissions to crm as described here
I get an access_token
, so this insure that the resource is valid.
I tried to do GET request to the resource using this valid access_token
but postman respond with 401 Unauthorized
I read tens of pages but it can't help. I suspect (but not sure) that odata service may not available in the trial version for developers.
The Question:
Why I get this error although I have a valid access_token, what I missed?
Is Odata service unavailable when using the trial license?