# Create subscription Create a new subscription with trial days, products, and start and end dates. Note: - Add a key named collect_automated_tax in your request body. - Set it to true if any product has automated tax. - Otherwise, set it to false. - Add a key named automated_tax inside each product object in your products array. - Set it to any value if the product has automated tax. - Otherwise, set it to null. Endpoint: POST /subscriptions Version: 1.0.0 Security: BearerAuth ## Header parameters: - `Accept` (string, required) The response format must be JSON. Example: "application/json" ## Response 200 fields