# Get supplier details Endpoint: GET /v2/suppliers/{id} Version: 2.0 Security: bearer ## Path parameters: - `id` (string, required) Fairly Made's Supplier Id or your supplierRef ## Response 200 fields (application/json): - `id` (string, required) - `supplierRef` (array, required) - `name` (string, required) - `type` (string, required) - `createdAt` (string, required) - `address` (object, required) - `address.label` (string) The label of the address Example: "Home" - `address.street` (string) The street of the address Example: "1st street" - `address.additionalStreet` (string) The additional street of the address Example: "2nd street" - `address.city` (string) The city of the address Example: "Paris" - `address.administrativeArea` (string) The administrative area of the address Example: "Ile-de-France" - `address.postalCode` (string) The postal code of the address Example: "75000" - `address.country` (string, required) ISO 3166-1 alpha-2 format (e.g : China = CN, France = FR) Example: "CN" - `address.region` (string) Continent or an area of the world Example: "Asia" - `factory_performances` (object, required) - `factory_performances.productionCapacity` (string) - `factory_performances.losses` (number) - `factory_performances.greenElectricityEquipmentPercentage` (number) - `factory_performances.electricityConsumptionPerMonth` (number) - `factory_performances.inHouseEffluentPercentage` (number) - `factory_performances.transportations` (array, required) - `factory_performances.hasProgramImpactParticipation` (boolean, required) - `factory_performances.heatType` (string, required) - `factory_performances.hasGreenElectricityEquipment` (boolean, required) - `factory_performances.greenElectricityEquipmentKind` (string, required) - `factory_performances.hasInHouseEffluentTreatmentSystem` (boolean, required) - `factory_performances.inHouseEffluentKind` (string, required) - `factory_performances.hasEnergyEfficientInvestment` (boolean, required) - `factory_performances.energyEfficientKind` (string, required) - `factory_performances.hasWashedAfterManufacturing` (boolean, required) - `factory_performances.washedAfterManufacturingLaundry` (string, required) - `details` (object, required) - `details.nb_employees` (number, required) - `details.website` (string) - `details.contactEmail` (string) - `contacts` (array, required) - `contacts.person` (object, required) - `contacts.person.email` (string) - `category` (string, required) - `certifications` (array, required) - `certifications.date_start` (string, required) - `certifications.date_end` (string, required) - `certifications.status` (string, required) Enum: "NOT_VERIFIED", "CAUTION", "VALIDATED", "EXPIRED" ## Response 404 fields