Can access codes be created with the Eventbrite API, like discount codes?

StackOverflow https://stackoverflow.com/questions/16657871

  •  30-05-2022
  •  | 
  •  

문제

I've been able to create discount codes using discount_new, is it possible to create access codes with the API too?

I don't see a method on http://developer.eventbrite.com/doc/#methods for doing that and discount_new doesn't seem to support it.

I'd like to create customized access codes that allow people to sign up for hidden tickets, such as a volunteer ticket, for example.

도움이 되었습니까?

해결책

You can now get, create, and update access codes using the following api endpoints:

event_list_access_codes
access_code_new
access_code_update

Documentation to follow soon, but usage is similar to that for discount codes. In order to create a new access_code, the corresponding ticket needs to be hidden. If the "tickets" parameter is not specified, the access code will apply to all tickets (and they all need to be hidden).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top