get https://app.modzy.com/api/accounting/teams
This endpoint returns a list of all the teams. It can be sorted by name
, status
, memberCount
, and teamAdmin.lastName
.
Roles
All the roles can access this route.
Responses
This endpoint returns a list of all the teams. It can be sorted by name
, status
, memberCount
, and teamAdmin.lastName
.
Roles
All the roles can access this route.
xxxxxxxxxx
curl --request GET \
--url https://app.modzy.com/api/accounting/teams \
--header 'Authorization: ApiKey <YOUR API KEY HERE>' \
--header 'accept: application/json'