get https://app.modzy.com/api/accounting/teams/
This route returns a team’s details.
Roles
All the roles can access this route.
Responses
This route returns a team’s details.
Roles
All the roles can access this route.
xxxxxxxxxx
curl --location -g --request GET 'https://app.engineering/api/accounting//teams/demo-team-identifier' \
--header 'Authorization: ApiKey api.key' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \