Lists the plans associated with the identified product. The product ID is required.
OK
Bad Request
Unauthorized
Not Found
{- "plan-id": {
- "id": "annual-plan",
- "name": "Sports+ Membership Annual",
- "currency_code": "USD",
- "base_price": 10.2,
- "billing_interval_unit": "MONTH",
- "billing_interval": 3,
- "billing_cycles": 12,
- "trial_duration_unit": "DAY",
- "trial_duration": 30,
- "discounts": [
- {
- "id": "annual-discount",
- "name": "Sports+ Membership Discount",
- "description": "This is a discount description",
- "amount": "9.99",
- "billing_cycles": "6",
- "current_billing_cycle": "4"
}
], - "zephr_product_id": "product-123"
}
}