GET
/
subscriptions
/
{subscriptionId}
/
seats
/
{seatId}

Path Parameters

subscriptionId
string
required
seatId
string
required

Response

200 - application/json
seat_id
string
required
subscription_id
string | null
required
occupant
object | null
required
seating_strategy_name
string | null
required
seat_type
enum<string>
required
Available options:
standard,
limited
reservation
object | null
required
expires_utc
string | null
required
created_utc
string | null
required
redeemed_utc
string | null
required