Tables
Sit at Table
Authorization
bearerAuth AuthorizationBearer <token>
Supabase Auth JWT. Obtain via Supabase Auth sign-in.
In: header
Path Parameters
tableId*integer
Unique numeric table identifier
Range
1 <= valueRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://hedgeem-v5.qeetoto.com/api/tables/1/sit" \ -H "Content-Type: application/json" \ -d '{ "playerId": "abc123", "buyInAmount": 500 }'{
"acknowledgement": "ACK",
"seatId": 1,
"seatBalance": 500
}{
"error": "betAmount must be a positive number."
}{
"error": "Missing or invalid Authorization header."
}