Skip to main content

LoginRequest

emailstringrequired
passwordstringrequired
session object
browserstring

The name of the browser used.

Example: Chrome
osstring

The operating system of the device.

Example: WIndows
LoginRequest
{
"email": "string",
"password": "string",
"session": {
"browser": "Chrome",
"os": "WIndows"
}
}