# 📘 Get directory entries for SIREN Get all directory/routing entries from the directory database for a given SIREN. This endpoint retrieves routing information for a company identified by its SIREN. The data includes establishment details and routing configurations for electronic invoicing. Endpoint: GET /mandates/directory/{siren} Version: 1.0.0 ## Path parameters: - `siren` (string, required) Company SIREN number Example: "123456789" ## Header parameters: - `X-PDP-Client-Id` (string) 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 404 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)