cURL
curl --request GET \ --url https://api.halth.com/v1/businesses/{businessId}/billing/subscriptions
{ "items": [ { "id": "<string>", "startDate": "2023-11-07T05:31:56Z", "active": true, "type": "enterprise", "endDate": "2023-11-07T05:31:56Z", "trialStartDate": "2023-11-07T05:31:56Z", "trialEndDate": "2023-11-07T05:31:56Z", "cancelDate": "2023-11-07T05:31:56Z" } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get the billing subscriptions for a business
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
Show child attributes
100