Auth
Community
Enterprise

Login to BloodHound

Login to BloodHound with user credentials or a one time password.

post/api/v2/login

Request body

login_method'secret' required

The type of login. Currently only secret is supported.

usernamestring required
secretstring

The password for the user. This field can be used instead of otp.

otpstring

The One Time Password for a single login. This field can be used instead of secret

Response

OK

Changes

No recorded changes to this endpoint across all 66 revisions of this API.