Using vtex-kotlin-sdk with vtex.local

unknown integration

Install
# See https://github.com/ksetoue/vtex-kotlin-sdk
Get profile
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/profiles/{profileId}
Get prospect
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/prospects/{prospectId}
Get unmasked profile
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/profiles/{profileId}/unmask
SDK on GitHub 📄 API Docs
SDK
vtex-kotlin-sdk
unknown
API
vtex.local
vtex.local:Profile-System
At a glance
Language unknown
Endpoints27
Base URLhttps://vtex.local