How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MongoDB Projects API

Returns, adds, and edits collections of clusters and users in MongoDB Cloud.

MongoDB Projects API is one of 53 APIs that MongoDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Project. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, and a changelog.

This API exposes 23 operations across 13 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://cloud.mongodb.com.

23 operations 13 paths 23 schemas 3 DELETE10 GET5 PATCH4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://cloud.mongodb.com/api/atlas/v2
Authentication
HTTP Digest, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 2

MongoDB Projects API declares 2 security schemes for authenticating requests. It uses HTTP digest authentication (DigestAuth). It supports OAuth 2.0 (ServiceAccounts) using the clientCredentials flow. By default, every request must be authenticated.

  • ServiceAccounts — Learn more about [Service Accounts](https://www.mongodb.com/docs/atlas/api/service-accounts-overview).

Paths & Operations 23

Across 13 paths, the API surfaces 23 operations — 3 DELETE, 10 GET, 5 PATCH, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 23

Returns, adds, and edits collections of clusters and users in MongoDB Cloud.

GET
/api/atlas/v2/groups
Return All Projects
listGroups 5 params → 200400401403404429500
POST
/api/atlas/v2/groups
Create One Project
createGroup 3 params body → 200400401403404409429500
GET
/api/atlas/v2/groups/byName/{groupName}
Return One Project by Name
getGroupByName 3 params → 200400401403404409429500
DELETE
/api/atlas/v2/groups/{groupId}
Remove One Project
deleteGroup 3 params → 204400401403404409429500
GET
/api/atlas/v2/groups/{groupId}
Return One Project
getGroup 3 params → 200400401403404429500
PATCH
/api/atlas/v2/groups/{groupId}
Update One Project
updateGroup 3 params body → 200400401403404429500
POST
/api/atlas/v2/groups/{groupId}/accessdeprecated
Add One MongoDB Cloud User to One Project
addGroupAccessUser 3 params body → 200204401403404429500
GET
/api/atlas/v2/groups/{groupId}/invitesdeprecated
Return All Invitations in One Project
listGroupInvites 4 params → 200401403404429500
PATCH
/api/atlas/v2/groups/{groupId}/invitesdeprecated
Update One Invitation in One Project
updateGroupInvites 3 params body → 200400401403404429500
POST
/api/atlas/v2/groups/{groupId}/invitesdeprecated
Create Invitation for One MongoDB Cloud User in One Project
createGroupInvite 3 params body → 200401403404429500
DELETE
/api/atlas/v2/groups/{groupId}/invites/{invitationId}deprecated
Remove One Invitation from One Project
deleteGroupInvite 3 params → 204401403404429500
GET
/api/atlas/v2/groups/{groupId}/invites/{invitationId}deprecated
Return One Invitation in One Project by Invitation ID
getGroupInvite 4 params → 200401403404429500
PATCH
/api/atlas/v2/groups/{groupId}/invites/{invitationId}deprecated
Update One Invitation in One Project by Invitation ID
updateGroupInviteById 3 params body → 200400401403404429500
GET
/api/atlas/v2/groups/{groupId}/ipAddresses
Return All IP Addresses for One Project
getGroupIpAddresses 3 params → 200401403404429500
GET
/api/atlas/v2/groups/{groupId}/limits
Return All Limits for One Project
listGroupLimits 3 params → 200400401403404409429500
DELETE
/api/atlas/v2/groups/{groupId}/limits/{limitName}
Remove One Project Limit
deleteGroupLimit 4 params → 204400401403404409429500
GET
/api/atlas/v2/groups/{groupId}/limits/{limitName}
Return One Limit for One Project
getGroupLimit 4 params → 200400401403404409429500
PATCH
/api/atlas/v2/groups/{groupId}/limits/{limitName}
Set One Project Limit
setGroupLimit 4 params body → 200400401403404409429500
GET
/api/atlas/v2/groups/{groupId}/mongoDBVersions
Return All Available MongoDB LTS Versions for Clusters in One Project
getGroupMongoDbVersions 8 params → 200400401403404409429500
GET
/api/atlas/v2/groups/{groupId}/settings
Return Project Settings
getGroupSettings 3 params → 200401403404429500
PATCH
/api/atlas/v2/groups/{groupId}/settings
Update Project Settings
updateGroupSettings 3 params body → 200401403404429500
PUT
/api/atlas/v2/groups/{groupId}/users/{userId}/rolesdeprecated
Update Project Roles for One MongoDB Cloud User
updateGroupUserRoles 4 params body → 200401403404429500
POST
/api/atlas/v2/groups/{groupId}:migrate
Migrate One Project to Another Organization
migrateGroup 2 params body → 200401402403404429500

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are OrganizationInvitation (11 properties), GroupSettings (10 properties), Group (9 properties), GroupInvitation (9 properties). Each schema is shown below with its type and property counts.

Group
object
9 properties 4 required
GroupSettings
object
Collection of settings that configures the project.
10 properties
GroupRole
object
2 properties
GroupMigrationRequest
object
3 properties
OrganizationInvitation
object
11 properties 1 required
GroupUpdate
object
Request view to update the group.
3 properties
ApiError
object
6 properties 2 required
Link
object
2 properties
FieldViolation
object
2 properties 2 required
DataFederationLimit
object
Details of user managed limits.
5 properties 2 required
ResourceTag
object
Key-value pair that tags and categorizes a MongoDB Cloud organization, project, or cluster. For example, environment : production.
2 properties 2 required
BaseCloudProviderInstanceSize
object
Instance size boundary to which your cluster can automatically scale.
GroupInvitationUpdateRequest
object
1 property
PaginatedAvailableVersionView
object
3 properties 1 required
MdbAvailableVersion
object
5 properties
PaginatedAtlasGroupView
object
3 properties 1 required
ClusterIPAddresses
object
List of IP addresses in a cluster.
5 properties
GroupInvitationRequest
object
2 properties
GroupInvitation
object
9 properties
UpdateGroupRolesForUser
object
2 properties
BadRequestDetail
object
Bad request detail.
1 property
GroupService
object
List of IP addresses in a project categorized by services.
1 property
GroupIPAddresses
object
List of IP addresses in a project.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mongodb-projects-api-openapi.yml Raw ↑

Other APIs MongoDB publishes across the network.

MongoDB Atlas Data API
MongoDB Atlas App Services Admin API
MongoDB Access Tracking API
MongoDB Activity Feed API
MongoDB Alert Configurations API
MongoDB Alerts API
MongoDB Atlas Search API
MongoDB Auditing API
MongoDB AWS Clusters DNS API
MongoDB Cloud Backups API
MongoDB Cloud Migration Service API
MongoDB Cloud Provider Access API
Where this information came from

This is an independent, third-party profile of MongoDB Projects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.