Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
Get Subscriptions Settings
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/settings
Retrieve customer's subscriptions
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/subscriptions
Get Subscription List
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/subscriptions/list
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:Subscriptions-API-(v2)
At a glance
Language C#
Endpoints31
Base URLhttps://vtex.local