Get teams of user
curl --request GET \ --url https://api.meetgeek.ai/v1/teams \ --header 'Authorization: <api-key>'
{ "share_access": [ { "id": 101437, "name": "Marketing Team" }, { "id": 101438, "name": "Sales Team" } ], "view_access": [ { "id": 101437, "name": "Marketing Team" }, { "id": 101439, "name": "Engineering Team" } ] }
Type "Bearer" followed by a space and a token
OK
The response is of type object.
object