Endpoint reference
GET /admin/teams Admin
Returns all teams in the system, including SportMonks metadata and any display overrides.
POST /admin/teams Admin
Create a new team manually.
string
required
Team display name.
string
required
Abbreviated name (e.g., “SIX” for Sydney Sixers).
number
SportMonks team ID for linking to external data.
PATCH /admin/teams/:id Admin
Update team properties.
POST /admin/teams/import Admin
Bulk import teams from SportMonks for the configured season. Matches existing teams by sportMonksId and creates new records for any unrecognized teams.
This does not delete teams that are no longer in SportMonks. It only creates or updates.
PATCH /admin/teams/:id/overrides Admin
Set display overrides for a team. Overrides take precedence over SportMonks data.
string
Custom display name to use instead of the SportMonks name.
string
Custom logo URL.
string
Hex color code for the team’s primary color.