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
Example response
{
"app_key": "8765futybkunj98ho7gi6tybkuhj",
"success": true
}