authentication
Request auth key for user (login user)
Obtain auth key for user that has provided their username and password to login to your app. (or to obtain an auth key for a script like IFTTT)
get/authkey
Query parameters
usernamestring required
Authenticated username
passwordstring password required
Authenticated password
otpstring password
YubiKey OTP (if configured for user)
Response
User Authenticated Sucessfully
Example response
{
"success": true,
"auth_key": "8ou7jyubj878h7iunk"
}