In Glossary

This is an Application Programming Interface (API) for data exchange between applications that is compliant with REST standard (Representational State Transfer). This standard was created in 2000 by Roy Fielding, an American computer scientist. The requests sent by REST APIs include all the information that is necessary for their processing. This method allows to not to depend on contexts originating from the server and process requests independently via multiple instances.