Private Endpoints (Deprecated)
This API reference is deprecated. It will be removed in a future release. For the latest API reference, see the MongoDB Atlas Administration API Specification. This new API specification might take several seconds to load. MongoDB appreciates your patience as it improves this experience.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Required Roles
You must have one of the following roles to successfully call these resources:
Resources
https://cloud.mongodb.com/api/atlas/v1.0
The following lists the endpoints available for managing Private Endpoints.
Method | Endpoint | Description |
---|---|---|
GET | Retrieve details for all private endpoint connections in an
Atlas project. | |
POST | Create one private endpoint connection in an Atlas project. | |
GET | Retrieve details for one private endpoint connection by ID in an
Atlas project. | |
DELETE | Remove one private endpoint connection in an Atlas project. | |
POST | Add one interface endpoint to a private endpoint connection in an
Atlas project. | |
GET | Retrieve one interface endpoint in a private endpoint connection
in an Atlas project. | |
DELETE | Remove one interface endpoint from a private endpoint connection
in an Atlas project. |