Team

Retrieve the list of teams

GET
/api/v1/team/list/{limit}/{offset}
/api/v1/team/list/{limit}/{offset}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

limit
Required
integer

The maximum number of teams to retrieve

Default: 10Format: "int32"

offset
Required
integer

The number of teams to skip

Default: 0Format: "int32"
curl -X GET "https://example.com/api/v1/team/list/10/0" \
  -H "Authorization: <token>"

OK