Skip to main content

CompleteLoginRequest

emailstring
totpinteger<int32>
session object
browserstring

The name of the browser used.

Example: Chrome
osstring

The operating system of the device.

Example: WIndows
CompleteLoginRequest
{
"email": "string",
"totp": 0,
"session": {
"browser": "Chrome",
"os": "WIndows"
}
}