# 📋 Get mandate details Get detailed information about a specific mandate. Endpoint: GET /mandates/{mandate_id} Version: 1.0.0 ## Path parameters: - `mandate_id` (string, required) Mandate ID ## Header parameters: - `X-PDP-Client-Id` (string) ID of the PDP Client for which the operation is performed ## Response 200 fields (application/json): - `id` (any) Unique mandate identifier - `client_id` (string, required) Reference to the client who owns this mandate - `start_date` (string, required) When the mandate becomes active - `end_date` (any) When the mandate expires (optional) - `file_attachment` (any) Optional file attachment for the mandate - `status` (string, required) Current status of the mandate Enum: "created", "pending_kyc", "active", "expired" - `directory_entry` (object, required) Directory entry information for the mandated entity - `directory_entry.siren` (string, required) Company identification number (SIREN) - `directory_entry.name` (string, required) Company name - `directory_entry.suffix` (any) Service suffix - when using simple SIREN+suffix nomenclature - `directory_entry.siret` (any) Establishment identification number (SIRET) - `directory_entry.routing_identifier` (any) Routing identifier - `directory_entry.routing_identifier_type` (any) Type of routing identifier - `directory_entry.routing_code_label` (any) Label for the routing code - `directory_entry.establishment_nature` (any) Nature of the establishment - `directory_entry.legal_commitment_management` (any) Legal commitment management status - `directory_entry.administrative_status` (any) Administrative status - `directory_entry.addressable` (any) Whether the company is addressable - `directory_entry.address` (any) Establishment address - `directory_entry.created_at` (any) When the entry was created - `directory_entry.updated_at` (any) When the entry was last updated - `created_at` (string, required) When the mandate was created - `updated_at` (any) When the mandate 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)