Skip to content

List teams

Request

Lists all teams in an organization.

Security
ApiKeyAuth
GET
/v1/teams
curl -i -X GET \
  https://dev.dixa.io/v1/teams \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The list of teams in an organization

Bodyapplication/json
dataArray of objects(Team)
Response
{ "data": [ {}, {} ] }