MongoDB API
The MongoDB API offers a seamless and secure way to interact with your MongoDB database. Whether you need to insert new records, update existing ones, fetch specific data, or perform advanced aggregations, this API has you covered. With API Key-based security, each user gets their own isolated database, ensuring complete data privacy and dynamic handling of workflows. Core features include: -…
MongoDB API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Aggregation Pipeline /mongodb-aggregate |
Aggregation Pipeline from MongoDB |
| PUT |
Update Data /mongodb-update |
Update Data from MongoDB |
| POST |
Insert Data /mongodb-insert |
Insert data into MongoDB |
| GET |
Read Data /mongodb-select |
You can retrieve specific documents from a collection |
| POST |
Generator API KEY /mongodb-api-key |
Generator API KEY |
| DELETE |
Delete Data /mongodb-delete |
Delete Data from MongoDB |
| POST |
Generator API KEY /mongodb-api-key |
Generator API KEY |
| POST |
Insert Data /mongodb-insert |
Insert Data |
| GET |
Read Data /mongodb-select |
You can retrieve specific documents from a collection |
| PUT |
Update Data /mongodb-update |
Update Data from MongoDB |
| DELETE |
Delete Data /mongodb-delete |
Delete Data from MongoDB |
| POST |
Aggregation Pipeline /mongodb-aggregate |
Aggregation Pipeline from MongoDB |