Skip to Content
Nouvelle documentation Applite - JS SDK, Dart SDK & REST API

API Badges

Endpoints pour la gestion des badges produits.

SDK: client.app.store.badge

Endpoints

Lister les badges

POST /app/{appId}/store/badge/list
ChampTypeRequisDescription
apiKeystringOuiClé API
curl -X POST https://api.applite.ai/app/{appId}/store/badge/list \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key"}'

Obtenir un badge

POST /app/{appId}/store/badge/{id}
curl -X POST https://api.applite.ai/app/{appId}/store/badge/{badgeId} \ -H "Content-Type: application/json" \ -d '{"apiKey": "your_api_key"}'
Last updated on