Forum Discussion
Anonymous
3 years agoNot applicable
Connecting Web API using Postman (collection and Environment)
Hello All, I have a post man collection that is rather large. It calls on a postman enviornment for all information I believe should be kept secure (such as API key, bearer token, ect). I tried t...
v-chenwuz-msft
3 years agoCommunity Support
Hi Anonymous ,
You need to get access token befor you call the REST API. That is "Authentication".
How to get access token please refer this post.
Solved: REST API Get Access Token - Microsoft Power BI Community
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Thank you! I have been using this token in a header labeled "Authentication" but it is popping up with the following error:
Here is an example of what I put in:
For reference these are example API calls from the company website I am attemptying to call information form:
REST API Reference Guide (saashr.com)
Thank you very much for your help