# 📘 Get directory entry by SIREN Get a directory entry by company ID (SIREN). Endpoint: GET /directory/{siren} Version: 1.0.0 ## Path parameters: - `siren` (string, required) ## Header parameters: - `X-PDP-Client-Id` (string, required) ID of the PDP Client for which the operation is performed ## Response 200 fields (application/json): - `siren` (string, required) Company identification number (SIREN) - `name` (string, required) Company name - `suffix` (any) Service suffix - when using simple SIREN+suffix nomenclature - `siret` (any) Establishment identification number (SIRET) - `routing_identifier` (any) Routing identifier - `routing_identifier_type` (any) Type of routing identifier - `routing_code_label` (any) Label for the routing code - `establishment_nature` (any) Nature of the establishment - `legal_commitment_management` (any) Legal commitment management status - `administrative_status` (any) Administrative status - `addressable` (any) Whether the company is addressable - `address` (any) Establishment address - `created_at` (any) When the entry was created - `updated_at` (any) When the entry was last updated ## Response 401 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 404 fields