List Integrations (alt)
documentedList integrations (alternate listing path).
GET /api/v1/integrations.listIntegrationsno 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://rocket.chat/api/v1/integrations.list?offset={{$offset}}&count={{$count}}&query={{$query}}&fields={{$fields}}&name={{$name}}&type={{$type}}&sort={{$sort}}" \
-X GET \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}" \
-H "Accept: application/json"