> For the complete documentation index, see [llms.txt](https://docs.omnidesk.io/omnidesk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnidesk.io/omnidesk/api/rest.md).

# REST

All API endpoints work based on REST. We have the operations GET, POST, PUT and DELETE which are all standard HTTP methods.

GET will always retreive information. POST will always create a new item. PUT will always update an item and DELETE will delete an item.
