# Retrieve a credit line mandate Returns a signed mandate for a credit line. Endpoint: GET /v1/credit_lines/{credit_line_id}/active_mandate Version: 1.0 ## Path parameters: - `credit_line_id` (string, required) The ID of the credit line associated with the signed mandate. ## Response 200 fields (application/json): - `signature_date` (string) The date when the customer signed the SDD mandate for the loan repayment. Example: "2020-08-24" - `name` (string) The name of the account holder. Example: "Max Mustermann" - `mandate_id` (string) The ID of the signed mandate. Example: "LOY327JAFM3V3M" - `iban` (string) The IBAN of the account from which the loan repayments will be debited. Example: "DE92370601930002130041" - `bic_code` (string) The bank identifier code of the customer's account. Example: "SOBKDEBBXXX" ## Response 404 fields (application/json): - `title` (string) Example: "Model Not Found" - `status` (string) Example: "404" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `code` (string) Example: "model_not_found"