v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
User

Retrieve the account

Retrieves the user's core account details.

get/blaize/account

Headers

cookiestring

The session cookie.

Response

OK

tracking_idstring

456 (string)

email_verifiedboolean

A user email verification status.

Example response

{
  "identifiers": {
    "email_address": "joe.blow@company.com"
  },
  "tracking_id": "123",
  "email_verified": true
}