# Récupérer les infos applicatives d'une entreprise **GET /company/{uid}/app-infos** Récupère les informations applicatives (CompanyApp) d'une entreprise spécifique. **Informations retournées:** - Configuration de l'application - Modules activés - Limites et quotas - Paramètres de personnalisation ## Servers - Version 2 of the API: https://wuro.pro/api/v3.2 (Version 2 of the API) ## Authentication methods - App id auth & App secret auth ## Parameters ### Path parameters - **uid** (string) Identifiant unique de l'entreprise ## Responses ### 200 Informations applicatives de l'entreprise #### Body: application/json (object) - **_id** (string) Unique identifier for the company app - **company** (string) Reference to the company - **containerId** (string) Container ID for storage - **containerSize** (number) Size of the container - **containerPrivateId** (string) Private container ID for storage - **containerPrivateSize** (number) Size of the private container - **nbMailsSent** (number) Number of emails sent - **options** (object) Company options - **domainVerify** (string) Domain verification status - **nbCreatedInvoices** (number) Number of invoices created - **nbCreatedQuotes** (number) Number of quotes created - **nbCreatedReceipts** (number) Number of receipts created - **versionPackActive** (string) Reference to active version pack - **versions** (array[string]) List of version references - **subscribedSince** (string(date-time)) Date when the company subscribed - **stripeCustomerId** (object) - **createdAt** (string(date-time)) Date when the company app was created - **updatedAt** (string(date-time)) Date when the company app was last updated ### 403 Non autorisé - Droits insuffisants pour accéder à cette entreprise ### 404 Entreprise non trouvée [Powered by Bump.sh](https://bump.sh)