Add Boosted Performer

circle-info

Premium API only

Add (boost) a performer

post

Adds a performer to the boosted list. Their events will appear in boost-style listings regardless of sales performance. Premium tier only. If the performer is already boosted, the request still succeeds and returns added: false.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
performerstringRequired

Exact performer name to boost (as in TicketEvents.Performer)

Responses
chevron-right
200

Performer added or already boosted

application/json
successbooleanOptional
performerstringOptional
addedbooleanOptional

true if newly added, false if already in the list

messagestringOptional

Present when added is false

post
/boost

Last updated