Docs Menu

Docs HomeMongoDB Cloud Manager

Organization API Keys on Projects

Base URL: https://cloud.mongodb.com/api/public/v1.0

Use the following resources to view, create and assign, or unassign Organization programmatic API Keys within the specified Cloud Manager project.

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 Project
Retrieve Project API Keys
Create, update, or delete a Project API Key
Assign or unassign an Organization API Key to a Project
Method
Endpoint
Description
GET
Get All Organization API Keys Assigned to One Project with ID {GROUP_ID}.
PATCH
Modify Roles of One Organization API Key with ID {API-KEY-ID} assigned to One Project with ID {PROJECT-ID}.
POST
Create and Assign One Organization API Key with ID {API-KEY-ID} to One Project with ID {PROJECT-ID}.
PATCH
Assign One Existing Organization API Key with ID {API-KEY-ID} to One Project with ID {PROJECT-ID}.
DELETE
Unassign One Organization API Key with ID {API-KEY-ID} from One Project.
←  Delete One Access List Entry for an API KeyGet All Organization API Keys Assigned to One Project →