Skip to main content
POST
Sit at table

Authorizations

Authorization
string
header
required

Supabase Auth JWT. Obtain via Supabase Auth sign-in.

Path Parameters

tableId
integer
required

Unique numeric table identifier

Required range: x >= 1
Example:

1

Body

application/json
playerId
string
required
Example:

"abc123"

buyInAmount
number
required
Required range: x >= 0.01
Example:

500

Response

Seat assignment

acknowledgement
enum<string>
Available options:
ACK,
NACK
seatId
integer
Example:

1

seatBalance
number
Example:

500

message
string

Present on NACK — reason for rejection (e.g. insufficient balance).

Example:

"Insufficient balance. Wallet: £250.00, requested: £500.00"