Programming Interface for connecting POS-Systems to the Administration
We use the standard Authorization Header with the Bearer Scheme for the Authentication Token. This token can can be configured in the web.config and must be provided with each request.
Authorization: Bearer <Token>
We support the latest and battle tested data exchange formats like Json or XML. Make sure you set the correct header
Accept: application/json orAccept: application/xml