---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-mandate
page_title: Retrieve a mandate
---

## API Version: default


# Retrieve a mandate



Retrieves an existing mandate object. Supply the unique mandate identifier. The argument should be in the query string (not in the body).

**ARGUMENTS** 


| Argument | Description |
|---|---|
| mandate REQUIRED	 | The identifier of the mandate to be retrieved e.g. /v1/mandates/MD004433221AA. Supply exactly one argument from mandate and umrn. |
| umrn REQUIRED	 | The identifier of the mandate to be retrieved e.g. /v1/mandates/umrn/ICIC7000000000272000. |


**Returns**  Returns a mandate object if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/mandates/{ID}

- Production: https://api.lotuspay.com/v1/mandates/{ID}

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_XjIHowXWSI23uvjepz2X82
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```json
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
