How to login using Postman

I’m using a trial version and integrating the auth0 with the backend rest API. followed the steps mentioned in tutorial, however I’m not being able to get a JWT token from Auth0. I have downloaded the postman collection, a tool i use for Api verification but it seems like it doesn’t have any endpoint that can use the username and password to get me the token that I can use in postman to verify my api.

Can anyone help?

Hi @mercede,

Welcome to the Community!

If you are looking to get a token by submitting a POST with username and password, that can be done with the resource owner password grant. Check out this doc for more info:
https://auth0.com/docs/api-auth/tutorials/password-grant#ask-for-a-token

Thanks,
Dan

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