@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
@required {eventId: any}
@optional {X-SSL-CERT-UID: any, X-TM-ACCESS-TOKEN: any, access_token: any, api-key: any, body: str}
@returns(200)

@end
