# Identity API **Provider:** Identity **Category:** ecommerce **Base URL:** `https://apiz.ebay.com{basePath}` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://apiz.ebay.com{basePath} ## Description Note: Not all the account related fields are returned for an authenticated user. The fields returned in the response are controlled by the scopes and are available only to select developers approved by business units.

Retrieves the authenticated user' ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://apiz.ebay.com{basePath}/user/` | This method retrieves the account profile information for an authenticated user, | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://apiz.ebay.com{basePath}/user/' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Identity service pricing varies by provider; many offer free tiers. --- *Source: [API Map](https://apimap.dev/apis/identity/) — CC BY 4.0*