# Récupérer les infos applicatives de l'entreprise courante **GET /company/app-infos** Récupère les informations applicatives (CompanyApp) de l'entreprise actuellement sélectionnée. **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 ## Responses ### 200 Informations applicatives de l'entreprise courante #### 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é - Aucune entreprise sélectionnée ou droits insuffisants [Powered by Bump.sh](https://bump.sh)