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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.