GET /v1/blitz-api/teams call.
1
Generate an API key
Ask a BlitzBoard super admin to create an API key for your organization from the admin panel (admin API
POST /api-keys with organizationId).Organization creators and organization admins cannot self-serve API keys.The full key (bb_live_...) is shown once — copy and store it securely.2
Call the public API
Use the API key as a Bearer token on Teams are returned only for the organization bound to that key.
/v1/blitz-api routes. Do not use a login JWT here.3
Create a team
organizationId is taken from the API key — you do not send it in the body.What’s next
Authentication
Key lifecycle, Bearer format, and how JWT vs API key differ.
Create a player
Add a player with an idempotency key.
