Personal API Keys (Deprecated)¶
Important
Atlas deprecated Personal API keys
- You can't create new Personal API Keys.
- You can't access the API using your existing Personal API Keys starting March 1, 2021.
- You must update any existing scripts or tools to use Programmatic API Keys instead.
Base URL: https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
The following endpoints are available to manage a Atlas user's personal API keys.
Method | Endpoint | Description |
---|---|---|
GET | Get all personal API keys for one Atlas user. | |
PATCH | Enable or disable one personal API key from one Atlas
user. | |
DELETE | Delete one personal API key of one Atlas user. |
Give Feedback