Create a PostMan GET Request with JWT

我与影子孤独终老i 提交于 2019-12-04 18:25:18

I think this can solve your problem.

Goto to Auth tab and select Bearer Token:

Add your Token:

Add the header Content-Type: Application/json, if necessary:

Send your request.

If you planing automate the access token acquisition and use in another request, I recommend read about postman tests and variables: https://medium.com/@codebyjeff/using-postman-environment-variables-auth-tokens-ea9c4fe9d3d7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!