list_subscriptions
Retrieve subscription details for a specific customer, including pagination support for managing large datasets.
Instructions
List subscriptions for a customer.
Args: customer_id: The Conekta customer ID limit: Max subscriptions to return (1-250, default 20) next_page: Cursor for next page previous_page: Cursor for previous page
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| limit | No | ||
| next_page | No | ||
| previous_page | No |