A valid request URL is required to generate request examples{
"data": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"auth_expired": true,
"session_token": "<string>"
}
}Login to BloodHound with user credentials or a one time password.
A valid request URL is required to generate request examples{
"data": {
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"auth_expired": true,
"session_token": "<string>"
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0The request body for logging into the application. secret or otp is required, but not both.
The type of login. Currently only secret is supported.
secret The password for the user. This field can be used instead of otp.
The One Time Password for a single login. This field can be used instead of secret