v1
latestOpenAPI 3.0.02026-07-24900287.5 KBTeams
Create a new Team
This API creates a new team in the account.
post/teams
Request body
Example request
{
"name": "Local Sports Team",
"slug": "LST",
"sport_id": "29d390a2-9900-11e3-b9b6-22000af8166b"
}Response
Team Created
Example response
{
"name": "Local Sports Team",
"slug": "LST",
"sport_id": "29d390a2-9900-11e3-b9b6-22000af8166b",
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"acceleration_rhie_bands": "1,2,7,8",
"velocity_rhie_bands": "4,5,6",
"rhie_effort_recovery": 21,
"rhie_effort_count": 3,
"player_load_dwell_time": 0.6,
"heart_rate_dwell_time": 1,
"acceleration_dwell_time": 0.2,
"velocity_dwell_time": 0.6,
"settings": [
{
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59"
}
]
}