Difference between revisions of "How to connect to Dataverse with Postman"

From Power Wiki
Jump to navigation Jump to search
(Created page with "When debugging errors, it sometimes is beneficial to connect to Dataverse via [https://www.postman.com Postman] To setup, the connection isn't as straight forward as expected...")
 
 
Line 5: Line 5:
 
== Microsoft Resources ==
 
== Microsoft Resources ==
 
* [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/setup-postman-environment Set up a Postman environment]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/setup-postman-environment Set up a Postman environment]
 +
 +
[[Category:How-To]]
 +
[[Category:Developer]]

Latest revision as of 20:46, 28 January 2021

When debugging errors, it sometimes is beneficial to connect to Dataverse via Postman

To setup, the connection isn't as straight forward as expected. Microsoft has written a very good guide on how to set it up though.

Microsoft Resources