# Get a mandate signature request **GET /v2/mandate_signature_requests/{id}** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters #### Path parameters - **id** (string(uuid)) ID of the mandate signature request. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string(uuid)) ID of the mandate signature request - **reference** (string) The unique mandate reference. - **scheme** (string) The mandate scheme. - **debtor_email** (string) The email address of the debtor. - **debtor** (object) Debtor information filled when the request was signed. This is available when the request is completed. - **email_custom_message** (string) Custom text message included in the email sent to the debtor. - **contract_reference** (string) The contract reference attached to the mandate. This is optional metadata. - **status** (string) Current status of the mandate signature request. - **language** (string) The language used for the email and signature page for the debtor. - **is_deleted** (boolean) Whether or not this mandate signature request has been deleted. [Powered by Bump.sh](https://bump.sh)