GET
/
teams
List Teams
curl --request GET \
  --url https://api.cloud.onidel.com/teams \
  --header 'Authorization: <api-key>'
[
  {
    "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
    "name": "IT Development",
    "role": "Team Owner"
  }
]

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-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