REST API (Beta version)
This API is based on the REST architecture and exchanges data using JSON format. It’s well-suited if you prefer a simpler, more flexible integration using standard HTTP methods.
Note: Before using REST API in production please get in touch with Customer IT first.
SOAP API
This API is based on the SOAP protocol and exchanges data using XML format. It offers a more structured approach with predefined operations. Useful if you prefer working with formal request/response contracts or if you’re integrating into systems that already use SOAP.