Log in to an admin user account

Logs in to an admin user account.

Request
Request Body schema: application/json
required
object
required
object
Responses
200

OK

400

Bad Request

401

Unauthorized

post/v3/admin/login
Request samples
application/json
{
  • "identifiers": {
    },
  • "validators": {
    }
}
Response samples
application/json
{
  • "cookie": "blaize_admin_session=...",
  • "message": "Login successful"
}