List Subscription Plans
Returns all subscription plans existing under the merchant's company account, with pagination.
GET
/api/subscriptionsAuth: RequiredQuery Parameters
pagenumberPage number. Default 1.
perPagenumberItems per page. Default 10.
Response
pagenumberCurrent page number.
perPagenumberItems per page.
totalItemsnumberTotal number of plans matching the filter.
totalPagesnumberTotal pages available.
dataarrayList of plan objects. Each plan contains the same fields as the Create Plan response.