get_ticket_fee_config
Retrieve Partiful ticket fee configuration (flat fee, fee rate, custom rate) for an event or platform default. Input event ID to get event-specific fees, or omit for default.
Instructions
Get Partiful's ticketing fee configuration (flat fee, fee rate, whether it's a custom rate) for a specific event, or the platform default if no event is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: feeRate, flatFee, isCustomFee | |
| event_id | No | The Partiful event ID (omit for the platform default) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feeRate | No | ||
| flatFee | No | ||
| isCustomFee | No |