sources
Add MongoDB connection
Create a new MongoDB database connection.
POST
/api/v1/sources/add/mongodb/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `MONGODB`
account_namestring - Display name for the connection
connection_stringrequiredstring - MongoDB connection string (e.g., mongodb://user:pass@host/db or mongodb+srv://user:pass@cluster.mongodb.net/db)
Response
idinteger - The ID of the created connection
