Is the Teams API available and how do I use it?
The Teams API is in semi-public beta ahead of full release, and is webhook-based.
The Teams API is in semi-public beta ahead of full release, and is webhook-based.
It covers team-sports and clinical systems (dynamometers, force meters, player-tracking) where one person, a coach or clinician, views data for a whole group. The third-party system's API keys are owned by that coach/clinician/customer, rather than each end user.
The flow:
Create a coach.
Receive athletes registered under that coach.
Update athletes with your reference_id mapping.
Receive activity sessions and tests over time.
Beta endpoint docs and the raw OpenAPI spec are available. Access requires credentials from a supported team-sports data provider.
Last updated
Was this helpful?