get https://public.billsby.com/api/v1/rest/core//customers//subscriptions
This query gets individual customer's subscriptions using the unique identifier provided in the Billsby platform
This query gets a list of all subscriptions associated with an individual customer.
Returned variables
| Variable name | Description |
|---|---|
| subscriptionId | The unique identifier of the subscription in Billsby |
| productId | The unique identifier of the product in Billsby |
| productName | The name of the product |
| planId | The unique identifier of the plan in Billsby |
| planName | The name of the plan |
| status | The status of the subscription |
| currency | The currency of subscription |
| revenue | The price of the subscription |
| nextBilling | The next billing date of the subscription |
| createdOn | The date the subscription was created |
| units | The number of units included in the subscription |
