v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
authentication

Request app key

Request a new app key by passing username and password for app account

post/appkey

Query parameters

usernamestring required

Username assigned to your app

passwordstring password required

Password assigned to your app

supportsYubikeyboolean required

App supports YubiKey OTP

Response

app key created

successboolean
app_keystring required

Example response

{
  "app_key": "8765futybkunj98ho7gi6tybkuhj",
  "success": true
}