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