Security
Contents
Overview
Integrations between the MarketONE platform and digital partners are orchestrated via the Integration Hub. The Integration Hub supports REST based API’s which can be used for all business interactions, including service provisioning and payment integration. This allows easy integration using existing tools and provides established security infrastructure between the parties. This also simplifies the overall design and implementation of the API functionalities.
All communication is HTTP(s) based and supports SSL/TLS encryption. Every digital partner will be onboarded with its own API key (JWT). For every API call that a digital partner makes to MarketONE, the API key must be included in the header (X-API-KEY) of the call to ensure a trusted communication.
Note: To access the API key navigate to the MarketONE Developer Portal.
Revision History
Version | Description |
---|---|
2019.08 | Initial release. |
2019.12 | Added a note about navigating to the MarketONE Developer Portal in order to access the API key. |
Added Contents and Revision History sections. |