Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.

Personal API Keys (Deprecated)

Important

Ops Manager deprecated Personal API Keys. Use Programmatic API Keys instead.

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

Endpoints

Use the following endpoints to manage personal API keys.

Method Endpoint Description
GET /users/{USER-ID}/keys Retrieve one user’s personal API keys.
PATCH /users/{USER-ID}/keys/{KEY-ID} Enable or disable one personal API key.
DELETE /users/{USER-ID}/keys/{KEY-ID} Remove one personal API key.