---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/list-all-subscriptions
page_title: List all subscriptions
---

## API Version: default


# **List all subscriptions** 



You can see a list of your subscriptions. The subscriptions 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 subscriptions.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| customer optional	 | Only return subscriptions for the customer specified by this identifier. If you pass this argument, you cannot also pass mandate. |
| 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. |
| mandate optional	 | Only return subscriptions for the mandate specified by this identifier. If you pass this argument, you cannot also pass customer. |
| page optional | Returns all the subscription in the respective page. |


**Returns**  A dictionary with a `data` property that contains an array of up to `limit` subscriptions and when you pass `page`  it will return you all the entries in the respective page.Passing an optional `customer` or `mandate` will result in filtering to subscriptions with only that exact object. Each entry in the array is a separate subscription object. If no more subscriptions are available, the resulting array will be empty. If you provide a non-existent related object identifier, this call returns an error.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/subscriptions

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

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