Skip to main content
GET
List event tickets

Authorizations

X-RP-API-Key
string
header
required

Headers

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Path Parameters

eventId
string
required

Event ID

Maximum string length: 64

Response

Success. Empty array when there are no tickets.

ticketName
string
required

Ticket name

ticketType
enum<string>
required

Ticket type: FREE / CHARGED

Available options:
FREE,
CHARGED
saleStartAt
string
required

Sales start time in ISO-8601 UTC

Example:

"2026-08-01T00:00:00Z"

saleEndAt
string
required

Sales end time in ISO-8601 UTC

Example:

"2026-08-31T23:59:59Z"

approvalRequired
boolean
required

Whether participation approval is required. If true, the host must approve the application before participation is confirmed.

waitingRequired
boolean
required

Whether waitlist applications are allowed. If true, the ticket accepts waitlist applications when sold out. Check waitingRequired && soldOut to determine whether waitlisting is currently available.

soldOut
boolean
required

Whether sold out. True when remaining quantity is 0.

description
string | null

Ticket description

price
number | null

Price (charged tickets)

currency
string | null

Currency code

Example:

"KRW"

maxPerPerson
integer<int32> | null

Maximum purchases per person