Poker360 Platform

Build for live poker without inheriting our internals.

Poker360 exposes stable, versioned product capabilities. Partners integrate with identity, rooms, waitlists, events, loyalty, and messaging through scoped contracts—not Firebase paths or shared credentials.

A narrow boundary by design

01

Portable identity

Consent-based QR handoff with opaque subjects, expiry, replay protection, and unlinking.

02

Live room operations

Waitlist and room-state adapters that do not expose a room platform's database.

03

Player communication

Preference-aware transactional delivery with a replaceable messaging provider.

Version 1

Start with the public contract

Public resources expose API discovery, subscriptions, and integration capabilities. A signed-in Poker360 player can also resolve the server-issued plan used for authorization. Partner operations stay behind workload identity while partner OAuth and signed webhooks are prepared for external access.

GET /api/v1
GET /api/v1/subscriptions
GET /api/v1/integrations
GET /api/v1/me/entitlements
Authorization: Bearer <Firebase ID token>
X-Firebase-AppCheck: <App Check token>
Security defaults Versioned contracts Scoped credentials Idempotent writes Signed webhooks Data minimization