GET
/
connections
curl --request GET \
  --url https://api.mixpeek.com/connections \
  --header 'Authorization: <api-key>'

The List Connections endpoint retrieves all established connections to various data sources like MongoDB, S3, etc. This is useful for managing and reviewing all connections configured in your application.