GET
/
v1
/
teams
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Response

200
application/json

OK

The response is of type object.