At anatod® we continue working to simplify our services and improve the speed, stability, and security of our entire platform. Therefore, we are implementing a significant update to our API system.
🔁 New unified API URL
From now on, all services will use a single centralized endpoint:
👉 https://api.anatod.ar/
📘 Updated documentation: https://anatod.readme.io/
This change allows us to unify the infrastructure, reduce latency, improve query performance, and simplify future maintenance of the anatod® ecosystem.
🗓️ Until when will the above URL work?
The old URLs will remain operational until January 31, 2026.
After that date, calls still targeting the old endpoints will stop responding.
🔑 Do we need to change the API keys?
No.
Your keys continue to work exactly the same.
You just need to update the connection URL to the new endpoint.
⚙️ Benefits of the new unified endpoint
- 🔄 Fewer entry points → more stability
- ⚡ Better response time
- 🔍 Smarter routing by region
- 🛡️ Enhanced security
- 🧩 Clearer and more centralized documentation
- 🔧 Less maintenance for your integrations
📝 What should I do now?
Simply update the URL in your integration:
before:
https://9wz501gy85.execute-api.us-east-1.amazonaws.com/prod/clientes
now:
https://api.anatod.ar/api/clientes
That's it. Your keys, permissions, and request structure will continue to function as usual.


