---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-list-of-physical-mandate-image-objects
page_title: Retrieve a list of physical mandate image objects
---

## API Version: default


# **Retrieve a list of physical mandate image objects** 



You can see a list of your physical mandate image objects. The objects are returned sorted by creation date, with the most recent appearing first. You can use this API method and the limit parameter to page through objects.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| limit optional, default is 100	 | A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 100. |


e.g. ?limit=10

**Returns**  A dictionary with a data property that contains an array of up to limit objects. Each entry in the array is a separate physical mandate image object. If no more objects are available, the resulting array will be empty.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/physical_mandate_images

- Production: https://api.lotuspay.com/v1/physical_mandate_images

## 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:
