Skip to content

Event - Available Ticket Types

GET
/events/v2/{bucket}/booking/{uid}/available_tickets

Get all the ticket types available for a specific event

bucket
required

The bucket (client) name

string
Example
example
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

List of available tickets

object
available_tickets
Array<object>
object
access_code
string
allocated
number
amount

A decimal number stored as a string

string
Example
123.45
available
number
available_from_date
object
currency

A three letter currency code (lower case)

string
Allowed values: gbp usd eur aed aud bbd bgn bhd bsd bwp cad chf cny czk dkk fjd ghs hkd hrk huf idr ils inr jmd jod jpy kes kwd kyd lkr lsl mad mur mwk mxn myr nad ngn nok nzd omr php pkr pln qar ron rsd rub sek sgd thb tnd try ttd twd ugx zar
Example
gbp
description
string
member_only
boolean
name
string
number_of_attendees_per_ticket

A decimal number stored as a string

string
Example
123.45
pricing
string
reserved
number
single_use
boolean
sort_order

A number that can be used to sort a list of items, low is first, high is last

number
Example
1
tags
Array<string>
tax
string
total
number
uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
xero_account_code
string

A standard error message

Authentication error