Schema Syncler-Glossar
Every software has its own structure. In most cases, applications make data from this structure available via an external programming interface (API). The data is made available via so-called API endpoints. Data can be read or written at the endpoints, e.g. by using integration platforms. The data structure of an application is also referred to as schema. Other relevant points in this context are:
- Request parameters
- Request body
- Response structure
- Error handling
- data types
- Authentication and authorization
- Rate limits and restrictions