ShowClix API
Bundles ¶
Bundles ¶
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Create a new bundlePOST/bundles
Note: id should be omitted or null for this request
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
]
}Get a collection of bundlesGET/bundles
- limit
int(optional)Specifies the maximum number of records to return. Must be between 0 and 100.
Default: 100
Examples:
Retrieves first 10 events
/api/bundles?limit=10- offset
int(optional)Specifies the number of records to skip before starting to return results.
Default: 0
Examples:
Retrieves events starting from 15
/api/bundles?offset=15- filter
string(optional)This parameter allows filtering price levels based on the following criteria. The format for the filter mask is:
?filter=foo=1,baz=2,...-
event_id(int, optional) - The ID of the event to retrieve associated data for. If not provided, data for all events will be returned. -
online_hide(bool, optional) - A flag to filter data hidden from online visibility. When set totrue, the response will include only items hidden from online visibility. -
box_office_hide(bool, optional) - A flag to filter data hidden from BoxOffice visibility. When set totrue, the response will include only items hidden from BoxOffice visibility.
-
Bundle ¶
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "bundles",
"id": {
"type": "integer"
},
"attributes": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"flex": {
"type": "boolean"
},
"flex_minimum": {
"type": "integer"
},
"flex_maximum": {
"type": "integer"
},
"flex_itemize": {
"type": "boolean"
},
"flex_percent_discount": {
"type": "integer"
},
"flex_flat_discount": {
"type": "float"
},
"settings": {
"multiple_holders": {
"type": "boolean"
},
"online_hide": {
"type": "boolean"
},
"box_office_hide": {
"type": "boolean"
},
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
}
},
"price_levels": {
"type": "collection"
},
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"bos_service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
},
"relationships": {
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Events ¶
Event Categories
Events can have up to three categories, and they are returned as an array of IDs when interacting with the api. Here is a list of categories and its related ID for reference:
| ID | Category |
|---|---|
| 26 | Sports & Recreation |
| 27 | Team Sports (e.g., Basketball, Baseball, Soccer) |
| 28 | Individual Sports (e.g., Tennis, Golf, Swimming) |
| 29 | Fitness & Workouts |
| 30 | Outdoor Activities (e.g., Hiking, Cycling, Skiing) |
| 31 | Tournaments & Competitions |
| 32 | Music & Concerts |
| 33 | Rock & Alternative |
| 34 | Pop & Hip-Hop |
| 35 | Classical & Orchestral |
| 36 | Jazz & Blues |
| 37 | Electronic & Dance |
| 38 | Music Festivals |
| 39 | Country |
| 40 | Museums & Exhibits |
| 41 | Art Exhibitions |
| 42 | Crafts & Handmade |
| 43 | Garden |
| 44 | Science & Technology |
| 45 | Community & Social Events |
| 46 | Charity & Fundraisers |
| 47 | Community Gatherings |
| 48 | Literature & Book Events |
| 49 | Social Clubs & Meetups |
| 50 | Parades & Celebrations |
| 51 | Business & Networking |
| 52 | Conferences & Seminars |
| 53 | Workshops & Training |
| 54 | Professional Development |
| 55 | Entrepreneurship & Startups |
| 56 | Networking Events |
| 57 | Charity & Causes |
| 58 | Fundraising Galas |
| 59 | Volunteer Opportunities |
| 60 | Awareness Campaigns |
| 61 | Benefit Concerts |
| 62 | Charity Auctions |
| 63 | Education & Learning |
| 64 | Workshops & Classes |
| 65 | Academic Conferences |
| 66 | Guest Lectures |
| 67 | Educational Expos |
| 68 | Skill Development |
| 69 | Comedy & Entertainment |
| 70 | Stand-up Comedy Shows |
| 71 | Improv & Sketch Comedy |
| 72 | Comedy Festivals |
| 73 | Food & Drinks |
| 74 | Food Festivals |
| 75 | Wine & Beer Tasting |
| 76 | Restaurant Specials |
| 77 | Cooking Classes |
| 78 | Culinary Experiences |
| 79 | Festivals & Fairs |
| 80 | Seasonal Festivals (e.g., Fall Events, Christmas Markets) |
| 81 | Cultural Festivals |
| 82 | State or Country Fairs |
| 83 | Music Festivals |
| 84 | Art Fairs |
| 85 | Health & Wellness |
| 86 | Yoga & Meditation |
| 87 | Fitness Challenges |
| 88 | Wellness Retreats |
| 89 | Health Expos |
| 90 | Mental Health Workshops |
| 91 | Movies & Film Screenings |
| 92 | Film Festivals |
| 93 | Movie Premieres |
| 94 | Documentary Screenings |
| 95 | Classic Movie Nights |
| 96 | Family & Kids |
| 97 | Children’s Activities |
| 98 | Family Fun Days |
| 99 | Kids’ Theater & Shows |
| 100 | Parenting Workshops |
| 101 | Educational Events for Kids |
| 102 | Travel & Outdoor Adventures |
| 103 | Adventure Tours |
| 104 | Nature Walks & Hikes |
| 105 | Travel Exhibitions |
| 106 | Outdoor Workshops |
| 107 | Wildlife Exhibits |
| 108 | Zoo |
| 109 | Workshops & Conferences |
| 110 | Technology & Innovation |
| 111 | Art & Design Workshops |
| 112 | Personal Development |
| 113 | Science & Research Conferences |
| 114 | Pop Culture Conventions |
| 115 | Anime |
| 116 | Fandom |
| 117 | Gaming |
| 118 | TV Show |
| 119 | Performing Arts |
| 120 | Dance |
| 121 | Theater |
| 122 | Ballet |
| 123 | School |
Event listings
Primary listing Note: If you want to set the primary listing for the event, use the Listings API instead of sending a PATCH request to the event.
The primary listing for an event is always listed under listing_settings
Events ¶
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Create a new eventPOST/events
Note: id should be omitted or null for this request
Event ¶
Note: Child events in series will only be returned if the series filter is provided.
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
]
}Get a collection of eventsGET/events
- filter
string(optional)This parameter allows filtering events based on the following criteria. The mask is as follows:
?filter=foo=1,baz=2,...-
seller(int, optional) - ID of the seller to retrieve events for. If not passed, the current (authenticated) seller ID will be used. -
start(date, optional) - Limits events to those occurring on or after the specified start date. -
end(date, optional) - Limits events to those occurring before the specified end date. -
upcoming(bool, optional) - Limits events to future occurrences. -
past(bool, optional) - Limits events to past occurrences. -
short_name(string, optional) - Limits events to those with the specified short name. -
series(int, optional) - ID of the parent event series. Required to fetch series child events. -
state(string, optional) - Specifies the state of events to retrieve. Possible values are “live” (default), “pending”, “paused”, or “all”. -
date_modified(date, optional) - Specifies the date to only find events modified after this date.
Examples:
Retrieves events starting from 2024-05-22 and belonging to seller 1
/api/events?filter=seller=1,start=2024-05-22
Retrieves past events that are in the paused state.
/api/events?filter=state=paused,past=true
Retrieves events in series 1234
/api/events?filter=series=1234-
- include
string(optional)Related resources to include in the response (e.g.,
price_levels)- include_optional
array(optional)Optional attributes to include in the related resources (e.g.,
price_levels.price_breakdown)
Example:/events?include=price_levels&include_optional[]=price_levels.price_breakdown- limit
int(optional)Specifies the maximum number of records to return. 100 entries max.
Default: 100
Examples:
Retrieves first 10 events
/api/events?limit=10- offset
int(optional)Specifies the number of records to skip before starting to return results.
Default: 0
Examples:
Retrieves events starting from 15
/api/events?offset=15
Event ¶
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Get an eventGET/events/{id}
- id
string(required)Event ID
- include
string(optional)Related resources to include in the response (e.g.,
price_levels)- include_optional
array(optional)Optional attributes to include in the related resources (e.g.,
price_levels.price_breakdown)
Example:/events?include=price_levels&include_optional[]=price_levels.price_breakdown
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Update an eventPATCH/events/{id}
- id
string(required)Event ID
- include
string(optional)Related resources to include in the response (e.g.,
price_levels)- include_optional
array(optional)Optional attributes to include in the related resources (e.g.,
price_levels.price_breakdown)
Example:/events?include=price_levels&include_optional[]=price_levels.price_breakdown
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "events",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"date_modified": {
"type": "iso8601"
},
"short_name": {
"type": "string"
},
"description": {
"type": "string"
},
"ticket_note": {
"type": "string"
},
"start": {
"type": "iso8601"
},
"end": {
"type": "iso8601"
},
"sales_open": {
"type": "iso8601"
},
"sales_close": {
"type": "iso8601"
},
"created": {
"type": "iso8601"
},
"inventory": {
"type": "integer"
},
"categories": {
"type": "array"
},
"image": {
"type": "string"
},
"age_minimum": {
"type": "string"
},
"donations": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
}
},
"custom_seller_fee": {
"name": {
"type": "string"
},
"live": {
"type": "boolean"
},
"amount": {
"type": "string"
},
"fee_type": {
"type": "string",
"enum": [
"fixed-amount",
"percentage"
]
},
"mode": {
"type": "string",
"enum": [
"online",
"box_office",
"all"
]
},
"after_discount": {
"type": "boolean"
}
},
"status": {
"type": "string",
"enum": [
"incomplete",
"complete",
"active"
]
},
"settings": {
"transaction_timelimit": {
"type": "integer"
},
"ticket_transaction_limit": {
"type": "integer"
},
"manually_arrange_price_levels": {
"type": "boolean"
},
"collect_name_per_ticket": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"force_show_on_seller_homepage": {
"type": "boolean"
},
"no_index": {
"type": "boolean"
}
},
"listing_settings": {
"background_image": {
"type": "string"
},
"header_image": {
"type": "string"
},
"accent_color": {
"type": "string"
},
"slug": {
"type": "string"
},
"uri": {
"type": "string"
},
"listing_type": {
"type": "string"
}
},
"primary_uri": {
"type": "string"
},
"behavior": {
"registration": {
"type": "boolean"
},
"series": {
"type": "boolean"
},
"package": {
"type": "boolean"
},
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"seller": {
"type": "sellers",
"relation": "has-one"
},
"venue": {
"type": "venues",
"relation": "has-one"
},
"price_levels": {
"type": "price_levels",
"relation": "has-many"
},
"discount-levels": {
"type": "discount-levels",
"relation": "has-many"
},
"question_maps": {
"type": "question_maps",
"relation": "has-many"
},
"product_listings": {
"type": "product_listings",
"relation": "has-many"
},
"scheme": {
"type": "schemes",
"relation": "has-one"
},
"bundles": {
"type": "bundles",
"relation": "has-many"
},
"delivery_methods": {
"type": "delivery-methods",
"relation": "has-many"
},
"listings": {
"type": "listings",
"relation": "has-many"
}
}
}
}Delete an eventDELETE/events/{id}
- id
string(required)Event ID
- include
string(optional)Related resources to include in the response (e.g.,
price_levels)- include_optional
array(optional)Optional attributes to include in the related resources (e.g.,
price_levels.price_breakdown)
Example:/events?include=price_levels&include_optional[]=price_levels.price_breakdown
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"id": null,
"type": "tags",
"attributes": {
"event_id": 1,
"tags": [
"sample",
"tags",
"for",
"event"
]
},
"relationships": [],
"dependents": []
}
}Seller ¶
Venue ¶
Scheme ¶
Listings ¶
Get a collection of listings ¶
Headers
X-API-Token: (string)Headers
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"id": "1",
"type": "events",
"attributes": {}
},
"included": [
{
"id": "1",
"type": "listing-settings",
"attributes": {
"seller_id": 1,
"primary_event_id": 1,
"config": "{}",
"name": "event name",
"listingType": 1,
"slug": "event-name-qwerty",
"uri": "https://www.showclix.com/tickets/event-name-qwerty",
"active": true
},
"relationships": {
"seller": {
"links": {
"self": "/listing-settings/1/relationships/seller",
"related": "/listing-settings/1/seller"
}
},
"event": {
"links": {
"self": "/listing-settings/1/relationships/event",
"related": "/listing-settings/1/event"
}
}
},
"dependents": []
}
]
]
}Get all listings associated with an eventGET/events/{event_id}?include=listings
Fetch all listings associated with event
Response Attributes
| Property | Type | Notes |
|---|---|---|
success |
boolean |
Result status |
- event_id
number(required)Event ID
Primary listing for the event ¶
Headers
X-API-Token: (string)Headers
Content-Type: application/jsonBody
{
"success": true
}Set primary listing for the eventPOST/listings/{listing_id}/event-default
The listing will be set as primary for its associated event.
Response Attributes
| Property | Type | Notes |
|---|---|---|
success |
boolean |
Result status |
- listing_id
number(required)Listing ID
Listing Information ¶
Headers
X-API-Token: (string)Headers
Content-Type: application/jsonBody
{
"availableLevels": ["12345", "12346", "12347"],
"insurance": null,
"gatewaySettings": {
"type": 123,
"key": "pk_test_...",
"location": null,
"country": "US",
"locale": "en_US"
},
"event": {
"type": "events",
"id": "9876543",
"attributes": {
"name": "Sample Event",
"priceLevels": {
"12345": {
"id": "12345",
"name": "General Admission",
"price": 25.00
},
"12346": {
"id": "12346",
"name": "VIP",
"price": 50.00
},
"12347": {
"id": "12347",
"name": "Student",
"price": 15.00
}
}
}
},
"maintenance": {
"maintenanceMode": false
},
"customerCare": false,
"alternateGateways": [],
"errors": {},
"weather_insurance": null,
"configClient": {
"context": {},
"configCatSdkKey": "...",
"leapGA4Code": "...",
"configCatBaseUrl": "..."
},
"uiConfig": {},
"paymentPlans":[
{
"paymentPlanId": 1,
"name": "Payment Plan 1",
"enrollmentWindow": {
"startDate": "2026-07-12 12:00:00",
"endDate": "2026-10-13 00:00:00"
},
"applicablePriceLevelIds": [
"1",
"2"
],
"applicableBundleIds": [
"1"
],
"numberOfInstallments": 4,
"installmentDates": [
"2026-08-13",
"2026-09-13",
"2026-10-13"
],
"detailedTerms": "You agree to pay all future installments in accordance with the following schedule: . The remaining installments will be automatically charged to the card originally used for purchase. Customers cannot change the card used for the payment plan until the next installment has failed. Payments cannot be submitted outside of the nominated payment dates. Tickets will not be issued until the full balance has been paid. Payment plans apply to the entire order. Changes to your order cannot take place until the full balance has been paid. In the event that a payment fails, the system will attempt to debit your card on the next payment date. If you would like to cancel your payment plan, the entire order will be voided, and all past payments will be forfeited.",
"descriptionForCustomer": "<strong>Pay in installments.<\/strong> is due at time of purchase. The remaining installments will be automatically charged to your card on the following schedule: . You will be notified if any charges fail to process. The next installment will be due on ."
},
{
"paymentPlanId": 2,
"name": "Payment Plan 2",
"enrollmentWindow": {
"startDate": "2026-07-12 12:00:00",
"endDate": "2026-10-13 00:00:00"
},
"applicablePriceLevelIds": [
"3",
],
"applicableBundleIds": [
],
"numberOfInstallments": 4,
"installmentDates": [
"2026-08-13",
"2026-09-13",
"2026-10-13"
],
"detailedTerms": "You agree to pay all future installments in accordance with the following schedule: . The remaining installments will be automatically charged to the card originally used for purchase. Customers cannot change the card used for the payment plan until the next installment has failed. Payments cannot be submitted outside of the nominated payment dates. Tickets will not be issued until the full balance has been paid. Payment plans apply to the entire order. Changes to your order cannot take place until the full balance has been paid. In the event that a payment fails, the system will attempt to debit your card on the next payment date. If you would like to cancel your payment plan, the entire order will be voided, and all past payments will be forfeited.",
"descriptionForCustomer": "<strong>Pay in installments.<\/strong> is due at time of purchase. The remaining installments will be automatically charged to your card on the following schedule: . You will be notified if any charges fail to process. The next installment will be due on ."
}
]
}Headers
Content-Type: application/jsonBody
{
"availableLevels": [
"Hello, world!"
]
}Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"availableLevels": {
"type": "array",
"description": "Empty array when no price levels available"
}
}
}Headers
Content-Type: application/jsonBody
{
"error": "Listing not found"
}Get listing informationGET/listings/{slug}/{event_id}/info
Retrieves comprehensive listing information including available price levels for integration partners like Flowboost.
Response Attributes
| Property | Type | Notes |
|---|---|---|
availableLevels |
array[string] |
Array of price level IDs available for purchase |
insurance |
object |
Insurance configuration |
gatewaySettings |
object |
Payment gateway settings |
event |
object |
Event data and configuration |
maintenance |
object |
Maintenance mode information |
customerCare |
object |
Customer care settings |
alternateGateways |
array |
Alternative payment gateways |
errors |
object |
Any errors encountered |
weather_insurance |
object |
Weather insurance settings |
configClient |
object |
Configuration client settings |
uiConfig |
object |
UI configuration (when includeUIConfig=true) |
paymentPlans |
array[object] |
Payment plans available for the listing. Empty when no payment plans are configured. |
availableLevels Logic:
-
If custom inventory is configured: Returns price level IDs from custom inventory
-
If no custom inventory: Returns all online-available price level IDs from the primary event
-
Always returns an array of strings (price level IDs)
paymentPlans Fields:
| Field | Type | Description |
|---|---|---|
paymentPlanId |
integer |
Payment plan identifier ID |
name |
string |
Payment plan name |
enrollmentWindow |
object |
Enrollment start and end dates |
enrollmentWindow.startDate |
string (YYYY-MM-DD HH:mm:ss) |
Enrollment start date and time |
enrollmentWindow.endDate |
string (YYYY-MM-DD HH:mm:ss) |
Enrollment end date and time |
applicablePriceLevelIds |
string[] |
Array of eligible price level IDs, each value represents a numeric identifier. |
applicableBundleIds |
string[] |
Array of eligible bundle IDs,each value represents a numeric identifier. |
numberOfInstallments |
integer |
Total number of installments |
installmentDates |
string[] (YYYY-MM-DD) |
Scheduled installment dates |
detailedTerms |
string |
Full payment plan terms |
descriptionForCustomer |
string (HTML) |
Customer-facing description shown during checkout (HTML may be included) |
- slug
string(required)Listing slug identifier
- event_id
number(required)Event ID
Price Levels ¶
Price Levels ¶
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Create a new price levelPOST/price_levels
Note: id should be omitted or null for this request
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
]
}Get a collection of price levelsGET/price_levels
- limit
int(optional)Specifies the maximum number of records to return. Must be between 0 and 100.
Default: 100
Examples:
Retrieves first 10 events
/api/price_levels?limit=10- offset
int(optional)Specifies the number of records to skip before starting to return results.
Default: 0
Examples:
Retrieves events starting from 15
/api/price_levels?offset=15- filter
string(optional)This parameter allows filtering price levels based on the following criteria. The format for the filter mask is:
?filter=foo=1,baz=2,...-
event_id(int, optional) - The ID of the event to retrieve price levels for. If not provided, all price levels for all events will be returned. -
parent_id(int, optional) - The ID of a price level to retrieve its children. -
hide_online(bool, optional) - A flag to filter price levels hidden from online sales. When set totrue, the response will include only price levels hidden from online sales. -
hide_box_office(bool, optional) - A flag to filter price levels hidden from BoxOffice sales. When set totrue, the response will include only price levels hidden from BoxOffice sales.
-
Price Level ¶
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Get a price levelGET/price_levels/{id}
Note: attributes with "optional": true will only be returned if they are set via the optional url parameter, e.g. /api/price_levels/{id}?optional[]=field
- id
string(required)Price Level ID
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "price_levels",
"id": {
"type": "integer"
},
"attributes": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"box_office_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"minimum_price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"inventory": {
"type": "integer"
},
"settings": {
"transaction_limit": {
"type": "integer"
},
"minimum_purchase_limit": {
"type": "integer"
},
"hide_online": {
"type": "boolean"
},
"hide_box_office": {
"type": "boolean"
}
},
"parent_id": {
"type": "integer"
},
"price_breakdown": {
"type": "object",
"optional": true,
"structure": {
"price": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"service_fee": {
"meta-type": "currency",
"amount": {
"type": "integer"
},
"currency": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}
}
},
"relationships": {
"question_maps": {
"type": "question_maps",
"relation": "has_many"
},
"questions": {
"type": "questions",
"relation": "has_many"
},
"schedules": {
"type": "price_level_schedules",
"relation": "has_many"
},
"event": {
"type": "events",
"relation": "has_one"
}
}
}
}Venues ¶
Venues ¶
Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Create a new venuePOST/venues
Note: id should be omitted or null for this request
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": [
{
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
]
}Get a collection of venuesGET/venues
Venue ¶
Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Headers
Accept: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Headers
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Headers
Accept: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "venues",
"id": {
"type": "string"
},
"attributes": {
"name": {
"type": "string"
},
"capacity": {
"type": "integer"
},
"description": {
"type": "string"
},
"address": {
"lines": {
"type": "collection"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"country": {
"type": "string"
}
},
"latitude": {
"type": "float"
},
"longitude": {
"type": "float"
},
"timezone": {
"offset": {
"type": "string"
},
"name": {
"type": "string"
}
},
"behavior": {
"seated": {
"type": "boolean"
}
}
},
"relationships": {
"sellers": {
"type": "sellers",
"relation": "has-many"
},
"events": {
"type": "events",
"relation": "has-many"
}
}
}
}Generated by aglio on 23 Jul 2026