For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

1

Create a coach.

2

Receive athletes registered under that coach.

3

Update athletes with your reference_id mapping.

4

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?