v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
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

successboolean
auth_keystring

Example response

{
  "success": true,
  "auth_key": "8ou7jyubj878h7iunk"
}