API Reference
Use this API to get all subscription plans details.
cURL
curl --request GET \ --url https://api.sandbox.hit-pay.com/v1/subscription-plan \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "cycle": "<string>", "cycle_repeat": 0, "cycle_frequency": "<string>", "currency": "<string>", "price": 0, "amount": 0, "reference": "<unknown>", "created_at": "<string>", "updated_at": "<string>" } ], "links": { "first": "<string>", "last": "<string>", "prev": "<unknown>", "next": "<unknown>" }, "meta": { "current_page": 0, "from": 0, "last_page": 0, "links": [ { "url": "<unknown>", "label": "<string>", "active": true } ], "path": "<string>", "per_page": 0, "to": 0, "total": 0 } }
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The number of per page
The page index
200
Show child attributes
Was this page helpful?