# Détails d'un client **GET /client/{uid}** Récupère les informations détaillées d'un client par son identifiant. Les informations incluent : - Coordonnées (nom, adresse, email, téléphone) - Informations fiscales (SIRET, TVA intracommunautaire) - Conditions commerciales (remise par défaut, délai de paiement) - Statistiques (CA, nombre de factures, etc.) ## 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 du client ### Query parameters - **populate** (string) Relations à inclure ## Responses ### 200 Détails du client #### Body: application/json (object) - **client** (object) ### 404 Client non trouvé [Powered by Bump.sh](https://bump.sh)