POST
/
passwords
/
authenticate

Body

email
string
required

This is the email of the user.

password
string
required

This is the password of the user.

Response

In response, property access_token and refresh_token is deprecated. Use code property instead.

Was this page helpful?