get https://app.modzy.com/api/accounting/quotas/
This endpoint returns a quota's details. It includes user, team, project, period, the maximum limit, and the amount used.
Roles
Platform Administrators can access this route.
Responses
This endpoint returns a quota's details. It includes user, team, project, period, the maximum limit, and the amount used.
Roles
Platform Administrators can access this route.
xxxxxxxxxx
curl --request GET \
--url https://app.modzy.com/api/accounting/quotas/97eb1448-77c5-4e5e-80e4-2fbb99b1942c \
--header 'Authorization: ApiKey <YOUR API KEY HERE>' \
--header 'accept: application/json'