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}Requete
| Champ | Type | Requis | Description |
|---|---|---|---|
apiKey | string | Oui | Cle API |
curl -X POST https://api.applite.ai/app/{appId} \
-H "Content-Type: application/json" \
-d '{
"apiKey": "your_api_key"
}'Last updated on