How can i authenticate the user using email and password

I created a new user using Authentication API Explorer now I want to authenticate that user using email and password.

Here how I want to make it work using postman:

Signup user (already done)
authenticate using (username and password)
get access token
user access token to reterieve user details

Hi @nixamani5,

You can use this flow to exchange username/password for a token.

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