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

API Info (Applications)

Endpoints pour la gestion des informations de votre application.

SDK: client.app.info

Endpoints

Obtenir une application par ID

Recupere les details d’une application via son ID.

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