Skip to content

REST API

The Negotiator features a RESTful(Representational State Transfer) API designed according to the original REST specification. Some aspects of it also follow additional specifications and guidelines available at REST standards. The Current implementation is done using the Spring framework in combination with the Spring HATEOAS project. Authentication and authorization documentation can be found here.

Notice

The API is currently undergoing major refactoring and rewrite, to make sure all endpoints follow the same rules, and the design is consistent across the system.

OpenAPI

Documentation for the REST API in OpenAPI format can be found here.