Sign in

Get Integration

documented

Get information about a specific integration.

GET /api/v1/integrations.getIntegrationsno 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://rocket.chat/api/v1/integrations.get?integrationId={{$integrationId}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{$ROCKET_USER_ID}}"