I don't quite understand how to put together a GET request using Postman to start.
I am able to get a access token via a Put request so now I want to use that token
to display customer data (from Dynamics365), but not sure what the URL for the Get request should look like.
Can someone point me in the correct direction to figure this out.
I do have a azure account and have created an App with permissions.
I have a trial account in Dynamics365 and will use PHP once I figure out the
Get request to run the web API's.
Thanks