I see many examples using MS tools but none showing an example of a request and a response using simple HTTP request. I have searched for several days now to no avail.
I have able to fight my way through the documentation and gotten OAuth to work. Now having done so, I need to find out the org_url that I can do a GET request to get all the opportunities as in:
[org_uri]/api/data/v8.2/opportunities
Using my client_id and client_secret I have been able to get an access_token and refresh_token successfully.
How do I request from
https://disco.crm.dynamics.com/
Is it a GET or POST? Can someone provide either the url parameters for the GET or the key/value pairs for the POST?
My azure portal id = jsimone@dealcoachpro.onmicrosoft.com
my app is registered with name=DealCoachPro
my client_id (application id) = 3b378a3d-a513-44ca-85e0-daace2c25145
I added permissions for Dyanmics CRM Online to the app
How do I determine my org_id so I can query the Dynamics CRM?
Thanks.
*This post is locked for comments