Skip to main content

LoginRequest

passwordstring

The password associated with the account

Example: Wint3rIsC0ming123!
usernamestring

The email address associated with the existing account

Example: jsnow@example.com
LoginRequest
{
"password": "Wint3rIsC0ming123!",
"username": "jsnow@example.com"
}