Atlas data api and realm https endpoint

what is the difference between atlas data api and realm https endpoint?

Hi Fadila - apologies for the later reply:

The difference is that Realm’s HTTPS endpoints give you more flexibility with your API endpoints. The Data API makes it easy to do pure CRUD queries and aggregations without having to set up any configuration your self. HTTPS Endpoints give you more flexibility with any endpoint you create, ranging from custom authentication, using 3rd party APIs, or doing complex data manipulation because they run a custom serverless function

You can always extend your Data API with Custom HTTPS endpoints. For example, you can run an endpoint that both stores data in MongoDB and Stripe, or another endpoint that stores data in one collection and manipulates it in another collection within a single endpoint. Let me know if you have further questions

3 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.