I

Identity API

by Identity Free tier

<span class="tablenote"><b>Note:</b> 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.</span><br /><br />Retrieves the authenticated user'

ecommerceapiz

Quick Reference

Base URL https://apiz.ebay.com{basePath} Auth type OAuth 2.0 Auth header Authorization: Bearer <access_token> Rate limit Varies by plan Pricing Enterprise / contact sales Free quota None Documentation https://apiz.ebay.com{basePath} Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 22% builder-friendly
Pricing
28
Latency
0
Depth
35

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Identity service pricing varies by provider; many offer free tiers.

Key Endpoints

MethodPathDescription
GET /user/ This method retrieves the account profile information for an authenticated user,

Sample Request

curl -X GET 'https://apiz.ebay.com{basePath}/user/' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Identity documentation.