api
resell-offers

Get internal ticket resell status

get/api/resell/ticket/{id}/status

Path parameters

idstring required

Query parameters

customerIdstring

Response

OK

eventIdstring required

The ID of the event

offerAbleboolean required

If this ticket can be offered on the secondary market.

hasActiveOfferboolean required

Whether this ticket is currently offered on the secondary market or not.

violations'SEASON_EVENT_OFFER_DISABLED' | 'EVENT_OFFER_DISABLED' | 'TICKET_OFFER_DISABLED' | 'NO_TRANSACTION' | 'TICKET_TYPE_NOT_MAPPED' | 'VALUE_SHARE_MISSING' | 'EVENT_EXCLUDED' | 'NO_SEATING_INFO' | 'TICKET_LOCKED' | 'TICKET_INVALID' | 'FEE_EXCEEDS_PRICE' | 'HAS_TICKET_TRANSFER' | 'HAS_SCANS' | 'HAS_ACTIVE_OFFER' | 'TRANSACTION_DISCOUNTED' | 'CART_AUTOMATION' | 'BUNDLE' | 'PAYMENT_PLAN_INCOMPLETE' | 'CUSTOMER_NOT_VERIFIED'

The violated resell rules

Changes

Changed in 1 of the 17 revisions of this API.1

    • added the new MWK enum value to the // response property for the response status

      response-property-enum-value-added