---
title: "Retrieve the account"
method: GET
path: "/blaize/account"
tags: ["User"]
---

# Retrieve the account

`GET /blaize/account`

Retrieves the user's core account details.

## Headers

- `cookie` string

## Response `200`

OK

- UserPublicAccount
  - `identifiers` Identifiers
    - `email_address` string
  - `tracking_id` string — 456 (string)
  - `email_verified` boolean — A user email verification status.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
