---
title: "Account"
description: "Endpoint for introspecting the calling key's identity in the OneStream compatibility dialect."
---

# Account

The single endpoint in this group is the OneStream equivalent of the native [`GET /me`](/docs/?page=xai-ref-me). It returns the identity attached to the API key you are calling with, and it is the recommended smoke test after a base URL swap: a 200 with a JSON object confirms the token reached the panel and was accepted.

## Endpoints

| Endpoint | Method and path | What it does |
|---|---|---|
| [Profile](/docs/?page=os-ref-profile) | `GET /ext/profile` | Identity of the calling key, plus scopes and (for reseller keys) billing shape. |
