JWT token
{- "exchangeToken": "string"
}
{- "token": "string"
}
Success
{- "userId": "string"
}
{- "data": {
- "exchangeToken": "string"
}
}
Send a one time code to a phone number or email address. For phone numbers, the code can be sent via text or voice.
No input errors were found. i.e., The one time code may have been sent successfully.
We do not reveal if a borrower is found and a message successfully sent in order to prevent an attacker from learning if the given phone number or email addresse is in the system.
This request has been rate limited; please try again later.
{- "username": "string",
- "userType": "agent",
- "channel": "email",
- "context": { },
- "force": false
}
Replace the user's authentication values from scratch. The authentication type is derived from the company config.
Success
{- "email": "string",
- "password": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "authType": "basic",
- "authValueType": "email",
- "value": "string"
}
}
Request sandbox access