cURL
curl --request GET \ --url https://app.thareja.ai/api/v3/team/getTeams \ --header 'Authorization: Bearer <token>'
"<array>"
Returns all the teams the user has access to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team list response