# Récupérer une catégorie d'achat **GET /purchase-category/{uid}** Récupère les détails d'une catégorie d'achat spécifique. ## 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 la catégorie ## Responses ### 200 Détails de la catégorie #### Body: application/json (object) - **_id** (string) - **name** (string) - **company** (string) - **state** (string) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) ### 404 Catégorie non trouvée [Powered by Bump.sh](https://bump.sh)