Sign in

List trash

documented

List items currently in Trash. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/utilities/trash/empty-trash.html?utm_source=openai))

GET /trashUtilitiesno 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/trash" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_API_KEY}}"