Skip to content

Início / Optitravel

REST API

Introduction

The REST API layer provides a standardized way for external clients (e.g., web apps, mobile apps, third-party systems) to interact with your application’s data and features. Built on top of the MVC framework, it leverages controllers to receive requests, models to handle data, and helpers for consistency and error handling.

It supports common HTTP methods such as GET, POST, PUT,PATCH and DELETE, and follows RESTful conventions for resource-oriented communication.

Routes


(Última atualização: 06/05/2025)