Ticketmaster integration (Social, Data). Imported from open-connector.
https://app.ticketmaster.com/discovery/v2/events.json
/events/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/events/{id}/images.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/attractions.json
/attractions/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/venues.json
/venues/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/suggest
/classifications.json
/classifications/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/segments/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/genres/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/subgenres/{id}.json
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Ticketmaster entity identifier. |
| locale | string | optional | The locale filter. |
| domain | string | optional | The region or domain filter. |
/partners/v1/events/{eventId}/images/{systemId}/map
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The Ticketmaster event identifier. |
| systemId | string | required | The upstream system identifier. |
| placeId | string | optional | The place identifier. |
| sectionNames | array | optional | Section names to highlight. |
| domain | string | optional | The MFX domain value. |
| width | integer | optional | The rendered image width in pixels. |
| pinWidth | integer | optional | The pin width in pixels. |
| showLabels | boolean | optional | Whether to render section labels. |
/{product}/ticketing_services.aspx
| Param | Type | Required | Description |
|---|---|---|---|
| product | string | required | The Season Ticketing product path segment. |
| header | object | required | The Season Ticketing request header. |
| command | object | required | The Season Ticketing command payload. |
| cookies | object | optional | Cookie values to send while polling. |
| maxPollAttempts | integer | optional | Maximum polling attempts. |
| pollDelayMs | integer | optional | Delay between polling attempts in milliseconds. |