Using apize-js with apiz.ebay.com

TypeScript integration

Install
npm install apize-js
Quick start
import Apize_js from 'apize-js';

const client = new Apize_js({ accessToken: "YOUR_ACCESS_TOKEN" });
This method retrieves the account profile information for an authenticated us…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apiz.ebay.com/commerce/identity/v1/user/
SDK on GitHub 📄 API Docs
SDK
apize-js
TypeScript
API
apiz.ebay.com
apiz.ebay.com:commerce-identity
Other SDKs for apiz.ebay.com
apizap-android-sdk apizap-java-sdk apize-go
At a glance
Language TypeScript
Endpoints1
Base URLhttps://apiz.ebay.com/commerce/identity/v1