GET
/
api
/
v1
/
user
/
teams
/
curl --request GET \
  --url https://vision.pingintel.com/api/v1/user/teams/ \
  --header 'Authorization: <api-key>'
[
  {
    "id": 123,
    "team_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "team_name": "<string>",
    "division_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "division_name": "<string>",
    "company_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "company_name": "<string>",
    "membership_type": "member"
  }
]

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Response

200
application/json

The response is of type object[].