Using lever-sdk with vtex.local

TypeScript integration

✓ Official SDK

Install

npm install lever-sdk

Quick start

import Lever_sdk from 'lever-sdk';

const client = new Lever_sdk({ apiKey: "YOUR_API_KEY" });
Get information about account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account
Get appKeys from account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/appkeys
Get Stores
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account/stores
SDK on GitHub 📄 API Docs
SDK
lever-sdk
TypeScript
API
vtex.local
vtex.local:License-Manager-API

At a glance

Language TypeScript
Endpoints12
Base URLhttps://vtex.local
✓ Official