@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Commerce API
@base https://www.ticketmaster.com/commerce/v2
@version v2
@auth ApiKey X-SSL-CERT-UID in header
@endpoints 1
@toc commerce(1)

@endpoint GET /commerce/v2/events/{eventId}/offers
@desc Event Offers
@required {eventId: any # Event Identifier}
@optional {X-SSL-CERT-UID: any # API Key for external API developer, X-TM-ACCESS-TOKEN: any # Access token for, access_token: any # Query Param Access Token, api-key: any # Query Param API Key for external API developer, body: str # displayId to un-hide protected offers}
@returns(200) successful operation

@end
