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

API Welcome Items

Endpoints pour la gestion des écrans d’accueil et éléments de bienvenue.

SDK: client.app.welcomeItem

Endpoints

Lister les welcome items

Récupère tous les éléments d’accueil de l’application.

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