Skip to main content
Get from zero to a successful 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.
You cannot recover the full key later. If lost, a Blitz super admin must revoke or rotate and issue a new one.
2

Call the public API

Use the API key as a Bearer token on /v1/blitz-api routes. Do not use a login JWT here.
Teams are returned only for the organization bound to that key.
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.