get_event_ticketing_eligibility
Check a Partiful event's ticketing eligibility by event ID and get the reason if ineligible.
Instructions
Check whether a Partiful event by ID is eligible for ticketing. Returns an eligibility boolean and, if ineligible, the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: eligible, reason | |
| event_id | Yes | The Partiful event ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| eligible | No |