Skip to content
SAP, DATEV and Dynamics experts

Interfaces and protocols

REST API

Definition
A REST API exposes data through HTTP addresses: the shop requests /products/4711, for example, and receives the record as JSON. Because every call stands on its own, individual operations are easy to log and repeat. REST is the usual choice when both systems are actively connected — see our page on API development.