# 📋 Mandates ## 📋 Get client mandates - [GET /mandates](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/get_client_mandates_mandates_get.md): Get all mandates for a client with their directory information. Returns a list of mandates with their associated directory entries, including routing information and establishment details. ## 📋 Create mandate with directory entry - [POST /mandates](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/create_mandate_mandates_post.md): Create a new mandate with its associated directory entry. This endpoint creates both: 1. A directory entry for routing invoices to the company 2. A mandate granting permission to manage invoices for this entity The mandate defines the scope of operations the sponsor can perform for this legal entity (SIREN, SIRET, or routing code level). ## 📋 Get mandate details - [GET /mandates/{mandate_id}](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/get_mandate_details_mandates__mandate_id__get.md): Get detailed information about a specific mandate. ## 📋 Revoke mandate - [DELETE /mandates/{mandate_id}](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/revoke_mandate_mandates__mandate_id__delete.md): Revoke a mandate. This action permanently deletes the mandate, revoking the sponsor's permission to manage invoices for this entity. The associated directory entry remains active but the sponsor can no longer perform operations on behalf of this entity. ## 📋 Create multiple mandates - [POST /mandates/batch](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/create_mandates_batch_mandates_batch_post.md): Create multiple mandates in a single batch operation. This endpoint allows creating multiple mandates for a client at once, which is useful when onboarding clients with multiple entities or when importing existing mandate data. All mandates in the batch will use the same client_id from the header. If any mandate fails to create, the entire batch will be rolled back. ## 📘 Get directory entries for SIREN - [GET /mandates/directory/{siren}](https://pdp-api-v250704-iron.seqino.dev/openapi/mandates/get_directory_entries_by_siren_mandates_directory__siren__get.md): 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.