get https://app.modzy.com/api/accounting/roles
This endpoint returns a list of all the active roles.
Roles
All the roles can access this route.
Responses
This endpoint returns a list of all the active roles.
Roles
All the roles can access this route.
xxxxxxxxxx
curl --request GET \
--url https://app.modzy.com/api/accounting/roles \
--header 'Authorization: ApiKey <YOUR API KEY HERE>' \
--header 'accept: application/json'