Sign in

List projects

documented

Retrieve projects visible to the authenticated user. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/projects.html))

GET /api/v1/projectsProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.activecollab.com/{{$instance_id}}/api/v1/projects" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_TOKEN}}"