Skip to main content
POST
Create team

ageGroup (required)

Choose one of these values in Try it (dropdown) or in your request body: Also required: footballType (flag or tackle). Optional: gender (male, female, co_educational, other).

Authorizations

Authorization
string
header
required

Public integration API key (bb_live_...). Not a login JWT.

Body

application/json
name
string
required
Example:

"Falcons U14"

footballType
enum<string>
required

Type of football

Available options:
flag,
tackle
Example:

"flag"

ageGroup
enum<string>
required

Team age group

Available options:
6u,
7u,
8u,
9u,
10u,
11u,
12u,
13u,
14u,
15u,
16u,
17u,
18u,
jv,
varsity,
college_club,
college_naia,
college_ncaa_d3,
college_ncaa_d2,
college_ncaa_d1,
14_elite,
professional,
adult_recreation
Example:

"14u"

gender
enum<string>

Team players gender

Available options:
male,
female,
co_educational,
other
Example:

"male"

season
string

Season Mongo id from GET /v1/blitz-api/seasons

Example:

"66f0a1b2c3d4e5f678901789"

logoUrl
string<uri>
photoUrl
string<uri>
city
string

Response

Team created

data
object
Example: