Skip to main content
GET
List all plans

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 plans to return. Default is 10, maximum is 100.

Required range: x <= 100
Example:

10

skip
integer
default:0

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

Example:

0

Response

List of plans retrieved successfully.

Paginated list of plans.

entity
string

Entity type. Always collection.

Example:

"collection"

count
integer

Number of plans returned in this response.

Example:

1

items
object[]

List of plan objects.