Skip to main content
GET
/
teams
List Teams
curl --request GET \
  --url https://api.hypercore.vn/teams \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "name": "IT Development",
    "role": "Team Owner"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful operation

id
string<uuid>
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

name
string<string>
Example:

"IT Development"

role
enum<string>
Available options:
Team Owner,
Team Admin,
Team Member,
Team Biller