List teams accessible to the API key
GET/api/v2/teams/
Return the team this API key belongs to. Because every API key is scoped to a single team, the returned array always contains exactly one entry.
Any valid API key authenticates this call, no specific scope is required.
Responses
- 200
- 403
Teams listed successfully
Forbidden. Missing permissions.