Sign in

List connections

documented

Retrieve a list of database connections.

GET /api/v1/connectionsConnectionsno 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://{{$omni_host}}/api/v1/connections" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OMNIGROUP_API_KEY}}"
List connections · The Omni Group · OpenIntegrations