Organization Programmatic API Keys
- 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.
Base URL: https://cloud.mongodb.com/api/public/v1.0
Use the /orgs/{ORG-ID}/apiKeys
resource to view, create, or delete
Programmatic |api| Keys within the specified
Cloud Manager organization.
Permissions
To use these endpoints, grant the following roles to an Project API Key or user in your Organization:
Role | Possible Action |
---|---|
Any role in the Organization | Retrieve Organization API Keys |
| Create, update, or delete a Organization API Key |
Endpoints
Method | Endpoint | Description |
---|---|---|
| Get all API Keys for the organization identified with
| |
| Get one API Key for the organization identified with
| |
| Create an API Key for the organization identified with
| |
| Update one API Key for the organization identified with
| |
| Delete the API Key with ID |