Skip to content

MongoDB Atlas ​

Manage clusters, databases, users, and monitoring with the MongoDB Atlas API.

DetailValue
CategoryDatabase
Base URLhttps://cloud.mongodb.com/api/atlas/v2
AuthenticationHTTP Digest
Endpoints8
Connector keymongodb-atlas

Using MongoDB Atlas in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick MongoDB Atlas from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /groupsList projects
GET /groups/{groupId}/clustersList clusters
POST /groups/{groupId}/clustersCreate a cluster
GET /groups/{groupId}/clusters/{clusterName}Get cluster details
DELETE /groups/{groupId}/clusters/{clusterName}Delete a cluster
GET /groups/{groupId}/databaseUsersList database users
POST /groups/{groupId}/databaseUsersCreate a database user
GET /groups/{groupId}/alertsList alerts

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.