Developer Platform

Open Scoreboard API

Technical documentation for the current v1 REST API, with copyable examples, route-by-route notes, and authenticated personal API key management.

Public developer docs

Scoreboards

Scoreboard scopes exist in the permission model, but the current public v1 route set does not publish REST endpoints for scoreboard assets or output configuration.

Scopes defined, routes not yet published

Scoreboard creation and output wiring are currently managed through the app UI. Integrations that need to automate live operations should focus on the published table, match, team, and player-list endpoints, then use Open Scoreboard output URLs from the product interface where needed.

Scopesscoreboards.read / scoreboards.write
Published routesNone under /api/v1 today
Operational dataUse tables and matches

Implementation notes

  • The OpenAPI document intentionally omits unpublished resources.
  • Keep your automation boundary on the current public API instead of internal scoreboard storage.

Current status

This topic is documented because it exists in the product or permission model, but there are no published public REST routes for it in the current v1 schema.