MongoDB SaaS
MongoDB SaaS API allows developers to easily create and manage hosted MongoDB databases. The API supports essential operations such as creating, deleting, enabling, and disabling databases, as well as updating database passwords and generating API keys for secure access. Any request without a valid API key will be denied. This API is designed for both personal projects and commercial use,…
MongoDB SaaS endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generator API KEY /mongodb-aas-apikey |
Generator API KEY |
| POST |
Create Database /mongodb-aas-create |
Create A MongoDB Database |
| GET |
Get All Databases /mongodb-aas-list |
Get all databases or a specific database in MongoDB |
| PUT |
Disable Database /mongodb-aas-disable |
Toggle Database Off |
| PUT |
Enable Database /mongodb-aas-enable |
Toggle Database On |
| PUT |
New Password /mongodb-aas-password |
Updates a user's password |
| DELETE |
Delete database /mongodb-aas-delete |
Drop a MongoDB database |
| PUT |
Enable Database /mongodb-aas-enable |
Toggle Database On |
| PUT |
Disable Database /mongodb-aas-disable |
Toggle Database Off |
| PUT |
New Password /mongodb-aas-password |
Change a User Password |
| DELETE |
Delete database /mongodb-aas-delete |
Drop a MongoDB database |
| POST |
Generator API KEY /mongodb-aas-apikey |
Generator API KEY |
| POST |
Create Database /mongodb-aas-create |
Create A MongoDB Database |
| GET |
Get All Databases /mongodb-aas-list |
Retrieve all databases or a specific database in MongoDB |