List referenced teams
References
List referenced teams
Retrieves a list of teams referenced by a trusted service. Clients cannot construct the URL themselves. The correct URL will be provided in the HAL links of another API response, in the _links object with a key like ref:teams:0.
GET
List referenced teams
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The list of comma-separated team IDs generated by a trusted service.
The signature of this request generated by a trusted service.
Response
OK
A map of referenced teams indexed by the team ID.
The referenced team, or null if it no longer exists.
Last modified on June 16, 2026