# Créer une entreprise **POST /company** Crée une nouvelle entreprise. **Comportement:** - L'URL est rendue unique automatiquement si elle existe déjà - Un CompanyApp est créé automatiquement avec des options par défaut - Si créée via une application, une Application d'accès est automatiquement générée **Restrictions:** - Ne peut pas être créée depuis une version API **Événement déclenché:** CREATE_COMPANY ## 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 ### Body: application/json (object) - **name** (string) Nom de l'entreprise (obligatoire) - **url** (string) URL unique pour l'entreprise (obligatoire) - **siren** (string) Numéro SIREN (9 chiffres) - **siret** (string) Numéro SIRET (14 chiffres) - **tva_number** (string) Numéro de TVA intracommunautaire - **naf_ape** (string) Code NAF/APE - **nic** (string) Code NIC - **num_rcs** (string) Numéro d'inscription au RCS - **num_trade_directory** (string) Numéro au répertoire des métiers - **commercial_court** (string) Tribunal de commerce - **share_capital** (number) Capital social - **company_type** (string) ID du type d'entreprise (SARL, SAS, etc.) - **email** (string(email)) Email principal de l'entreprise - **website** (string) Site web de l'entreprise - **addresses** (array[object]) ## Responses ### 201 Entreprise créée #### Body: application/json (object) - **newCompany** (object) - **application** (object) Application d'accès créée (si créée via une app) ### 400 Nom ou URL manquant [Powered by Bump.sh](https://bump.sh)