How can I generate Authorization in the postman

Hi

I want a way to get
Authorization by postman through API

Hi @aya.ashraf,

It sounds like you’re asking how to authorize requests in Postman, is that right?

If so, I should note that you can specify the “Bearer Token” Authorization method in Postman and provide your JWT token or oauth access token as the value:

Let me know if this helps,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.