v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Admin User

Log in to an admin user account

Logs in to an admin user account.

post/v3/admin/login

Request body

Example request

{
  "identifiers": {
    "email_address": "joe.blow@company.com"
  },
  "validators": {
    "password": "mysecurepassword123"
  }
}

Response

OK

cookiestring
messagestring

Example response

{
  "cookie": "blaize_admin_session=...",
  "message": "Login successful"
}