Organization Programmatic API Key Access Lists
Cloud Manager will no longer support Automation, Backup, and Monitoring for MongoDB 3.6 and 4.0 after August 30th, 2024. Please upgrade your MongoDB deployment or migrate to Atlas.
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
Note
The whitelist
resource is deprecated.
Use the accessList
resource instead to control access to
API operations.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Use the /orgs/{ORG-ID}/apiKeys/{API-KEY-ID}/accessList
resource to
view, create, or delete access list entries for a user or
Programmatic API Key within the specified
Cloud Manager organization.
The Organization API Key, or users with the
Organization Owner
role in the
organization in which the
API Key belongs, can access these
endpoints.
Method | Endpoint | Description |
---|---|---|
GET | Get all access list entries that belong to {API-KEY-ID} . | |
GET | Get the access list entry for {API-KEY-ID} specified by
{IP-ADDRESS} . | |
POST | Create one or more access list entries for {API-KEY-ID} . | |
DELETE | Delete the access list entry for {API-KEY-ID} specified by
{IP-ADDRESS} . |