API Reference
Teams
List the teams you belong to and fetch team details including members.
Laatst bijgewerkt:
Teams API
Read-only access to the teams the API key owner belongs to. Team creation and membership changes are not exposed through the public API and must be performed from the FloopFloop dashboard.
List My Teams
GET /api/v1/teamsGet Team Detail
GET /api/v1/teams/{teamId}Returns team details, members, and the caller's role. Pending invitations are only included for admins and owners. Non-members receive a 404 so team existence is not leaked.