LelantosLelantos

Teams

Team management

List teams

GET
/teams

Authorization

AccessTokenAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://api.lelantos.ai/teams"
[
  {
    "teamID": "string",
    "name": "string",
    "apiKey": "string",
    "isDefault": true
  }
]
{
  "code": 0,
  "message": "string"
}