POST
/
v2
/
device-login
/
device
/
password
Authenticate the Trio first-party fallback (email + password)
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device-login/device/password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>",
  "userCode": "<string>"
}
'
{}

Body

application/json

User code, email, password

email
string
password
string
userCode
string

Response

OK

{key}
string