---
title: "Get Account Profile"
method: GET
path: "/api/account/profile"
tags: ["account"]
---

# Get Account Profile

`GET /api/account/profile`

Who the caller is, for either a cookie session or an API key.

``/api/user/profile`` is cookie-only; the desktop proxies here with its
API key so its feedback handler can attribute a submitted form.

## Response `200`

Successful Response

- AccountProfileResponse
  - `id` integer, required
  - `email` string, required
  - `name` string, required

## Changes

- **2026-09-18** `abf76937a751` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/account/profile/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d61e2ec5a271?raw)
