> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/it/guida-per-lo-sviluppatore/developer-guide/api.md).

# API

Chamilo 3.0 espone una REST API basata su **API Platform 4**. L'API fornisce accesso programmatico alle risorse della piattaforma ed è la stessa API utilizzata dal frontend Vue.

* [**Autenticazione**](/3.x/it/guida-per-lo-sviluppatore/developer-guide/api/authentication.md) — Autenticazione basata su token JWT
* [**Riferimento degli endpoint**](/3.x/it/guida-per-lo-sviluppatore/developer-guide/api/endpoints-reference.md) — Panoramica delle risorse API disponibili
* [**Azioni personalizzate**](/3.x/it/guida-per-lo-sviluppatore/developer-guide/api/custom-actions.md) — Endpoint specializzati oltre al CRUD standard
* [**Webhook**](/3.x/it/guida-per-lo-sviluppatore/developer-guide/api/webhooks.md) — Notifiche basate su eventi verso sistemi esterni
