New login endpoint to ensure more security πŸ”’

curl --location 'https://api.demo.getontop.com/login/login/v2' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "[email protected]",
    "password": "password",
    "rememberMe": false,
    "recaptchaToken": "",
    "user": "[email protected]",
    "ip": "190.236.144.113",
    "webDeviceInfo": "Backend"
}'
Language
Click Try It! to start a request and see the response here!