MongoDB Atlas ​
Manage clusters, databases, users, and monitoring with the MongoDB Atlas API.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://cloud.mongodb.com/api/atlas/v2 |
| Authentication | HTTP Digest |
| Endpoints | 8 |
| Connector key | mongodb-atlas |
Using MongoDB Atlas in a workflow ​
- Go to Connections and click New Connection.
- Pick MongoDB Atlas from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /groups | List projects |
| GET /groups/{groupId}/clusters | List clusters |
| POST /groups/{groupId}/clusters | Create a cluster |
| GET /groups/{groupId}/clusters/{clusterName} | Get cluster details |
| DELETE /groups/{groupId}/clusters/{clusterName} | Delete a cluster |
| GET /groups/{groupId}/databaseUsers | List database users |
| POST /groups/{groupId}/databaseUsers | Create a database user |
| GET /groups/{groupId}/alerts | List alerts |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.