Auth
Body
idstringOptional
macaddressstringOptional
passwordstringOptional
Responses
200
OK
application/json
codeintegerOptional
messagestringOptional
responseanyOptional
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/api/hosts/adm/authenticateAuthorizations
Path parameters
usernamestringRequired
Username
Body
otp_auth_urlstringOptional
otp_auth_url_signaturestringOptional
totpstringOptional
Responses
200
OK
application/json
codeintegerOptional
messagestringOptional
responseanyOptional
400
Bad Request
application/json
500
Internal Server Error
application/json
post
/api/users/{username}/auth/complete-totpAuthorizations
Path parameters
usernamestringRequired
Username
Responses
200
OK
application/json
otp_auth_urlstringOptional
otp_auth_url_signaturestringOptional
qr_codestringOptional
400
Bad Request
application/json
500
Internal Server Error
application/json
post
/api/users/{username}/auth/init-totpPath parameters
usernamestringRequired
Username
Body
otp_auth_urlstringOptional
otp_auth_url_signaturestringOptional
totpstringOptional
Responses
200
OK
application/json
authTokenstringOptional
userNamestringOptional
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/api/users/{username}/auth/verify-totpBody
passwordstringOptional
usernamestringOptional
Responses
200
OK
application/json
codeintegerOptional
messagestringOptional
responseanyOptional
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/api/users/adm/authenticateLast updated
Was this helpful?