Skip to main content
GET
List all subscriptions

Authorizations

Authorization
string
header
required

Use your Razorpay Key ID as the username and Key Secret as the password.

Query Parameters

count
integer
default:10

Number of subscriptions to return. Default is 10, maximum is 100.

Required range: x <= 100
Example:

10

skip
integer
default:0

Number of subscriptions to skip before returning results. Used for pagination.

Example:

0

Response

List of subscriptions retrieved successfully.

Paginated list of subscriptions.

entity
string

Entity type. Always collection.

Example:

"collection"

count
integer

Number of subscriptions returned in this response.

Example:

1

items
object[]

List of subscription objects.