Generated from:
Create a POST request to the MongoDB Atlas Data API to find documents in a collection
URL
https://data.mongodb-api.com/app/{{YOUR_APP_ID}}/endpoint/data/v1/action/find
Headers
| Content-Type | application/json |
|---|---|
| Authorization | Bearer {{API_KEY}} |
Body
{"dataSource":"{{DATA_SOURCE_NAME}}","database":"{{DATABASE_NAME}}","collection":"{{COLLECTION_NAME}}","filter":{}}
This request was generated from:
Create a POST request to the MongoDB Atlas Data API to find documents in a collection
Generate your own →Type any API. Get a production-ready request. No login required.