# MongoDB Atlas Data API ## Description This is version `v1` of this API documentation. Last update on Jun 12, 2025. A fully-managed API to read, write, and aggregate data in MongoDB Atlas. The Data API is powered by serverless Atlas Functions and secured with user authentication and role-based permissions. To learn more about the Data API, see [Atlas Data API](https://www.mongodb.com/ja-jp/docs/atlas/app-services/data-api/). ## Set Up the Data API Before you can use the Data API, you must enable and configure it in an Atlas App Services App. The configuration controls how the App's users authenticate, authorize requests, and interact with the API. To learn how to start using the Data API in your App, see [Set up the Data API](https://www.mongodb.com/ja-jp/docs/atlas/app-services/data-api/generated-endpoints/#set-up-the-data-api). ## Authenticate Requests Your Data API configuration in App Services controls how users authenticate their API requests. In most cases, you will use Application authentication, which lets users log in with one of the App's authentication providers. Users can either provide their login credentials directly in every request or provide a reusable access token for an authenticated session. To learn more, see [Authenticate Data API Requests](https://www.mongodb.com/ja-jp/docs/atlas/app-services/data-api/authenticate/). ## Servers - Global App: https://data.mongodb-api.com/app/your-app-id/endpoint/data/v1 (Global App) - Local App: https://us-east-1.aws.data.mongodb-api.com/app/your-app-id/endpoint/data/v1 (Local App) ## Authentication The API accepts 4 different authentication methods: - Custom jwt (http_api_key) - Api key (http_api_key) - Email (http_api_key) & Password (http_api_key) - Access token (http_api_key) ## Endpoints - [Action](https://www.mongodb.com/ja-jp/docs/api/doc/atlas-data-api-v1/group/endpoint-action.md) [Powered by Bump.sh](https://bump.sh)