Get API info
documentedReturn basic information about the ActiveCollab application (name and version). ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/info.html))
GET /infoInfono implementation yet0 runsNo 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://activecollab.com/api/v1/info" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"