Login with password
Authenticate a user with the email and password that they provided when registering.
End point
https://api.up2.money/auth/loginHeaders
Payload
{
"email": "", // YOUR EMAIL
"password": {
"value": "" // YOUR TOKENIZED PASSWORD
}
}Sample Request
Sample Response
Response Status
Last updated