get_customer_subscriptions
List all subscriptions for a customer with pagination. Optionally include rate plan and charge details using the include parameter.
Instructions
List subscriptions for a customer. GET /customers/{customerId}/subscriptions. Supports pagination and include (e.g. rateplan, rateplanCharge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| pageNo | No | Page number (default: 1) | |
| itemPerPage | No | Items per page (default: 25) | |
| include | No | Comma-separated: rateplan, rateplanCharge, chargeTier, etc. |