> For the complete documentation index, see [llms.txt](https://api.docs.fan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.docs.fan/profile/legacy/lookup.md).

# Lookup

{% hint style="warning" %}
**Legacy endpoint.** For preferences, favorites, and other profile data, prefer the v2 profile endpoints. Use this only for account fields not yet available in v2 (login email, phone, address, 2FA settings).
{% endhint %}

Use this endpoint to read a FanID account: name, login email, phone, address, preferred language, multifactor settings, and the tenants the account belongs to.

### Required Scopes

`account:read`

## Request

### URL

`GET /v1/{ID}`

### Path Parameters

| Name | Required | Description                                                                                                                            |
| ---- | -------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `ID` | true     | Unique FanID for the customer's account (tenant-specific). This value is a property of the ID Token returned in the SSO login process. |

### Headers

<table><thead><tr><th width="177">Name</th><th>Description</th></tr></thead><tbody><tr><td>Authorization</td><td>User or server-to-server access Bearer token.</td></tr></tbody></table>

## Response

<table><thead><tr><th width="280">Name</th><th>Description</th></tr></thead><tbody><tr><td>first_name</td><td>The account holder's first name.</td></tr><tr><td>last_name</td><td>The account holder's last name.</td></tr><tr><td>email</td><td>The login email with its verification <code>status</code> (pending, verified) and <code>type</code>.</td></tr><tr><td>alternate_emails</td><td>Additional emails associated with the account.</td></tr><tr><td>phone</td><td>The login phone number (E.164 format) with its verification <code>status</code> and <code>type</code>.</td></tr><tr><td>alternate_phones</td><td>Additional phone numbers associated with the account.</td></tr><tr><td>address</td><td>Postal address (address lines, city, subdivision, postal code, ISO country).</td></tr><tr><td>preferred_language</td><td>The account holder's preferred language.</td></tr><tr><td>preferences</td><td>Profile preferences snapshot, currently the FanaticsONE opt-in status by tenant.</td></tr><tr><td>require_login_2fa</td><td>Whether MFA is required on every login.</td></tr><tr><td>login_factor_default_exists</td><td>True if the user has already chosen a default 2FA method. When true, the default factor can only be managed through the account management UI; when false, it may be set via the Update endpoint.</td></tr><tr><td>tenants</td><td>Tenants the account belongs to, each with <code>tenant_id</code>, <code>type</code> (0 = default, 1 = commerce), and creation timestamp.</td></tr><tr><td>account_created_at</td><td>Account creation time in Unix epoch seconds.</td></tr><tr><td>is_employee</td><td>True if the account belongs to a Fanatics employee.</td></tr></tbody></table>

## Full Spec

{% openapi src="/files/Rvz5AclbuaMMsKqc2MTO" path="/v1/{ID}" method="get" %}
[openapi-profile-gw.json](https://3657007978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1G9XmPfyfOHS6i6FdlzL%2Fuploads%2Fgit-blob-a68e994e124ac5da5f3535adc09057feef8b39a3%2Fopenapi-profile-gw.json?alt=media)
{% endopenapi %}
