# List pricing options List pricing options for a specific product. Endpoint: GET /products/{productId}/pricing-options Version: 1.0.0 Security: BearerAuth ## Path parameters: - `productId` (string, required) Unique identifier of the product Example: "pro_1xUyaVQeGpQY0pyFHzXJxpZo" ## Query parameters: - `limit` (integer) Limit the number of results Example: 50 ## Header parameters: - `Accept` (string, required) Response format must be JSON Example: "application/json" ## Response 200 fields