Callbacks
Content
Overview
Callbacks allow your system to know about (and act upon) MarketONE events as they occur, without requiring that you pull data via our API.
You can provide a call-back URL and when those events happen, MarketONE will immediately generate a Push Notification as an HTTPS POST request with a JSON message. MarketONE Push messages are intended to be actionable on their own, not typically requiring a subsequent API call. As such they will include the full related object(s) in JSON format.
You will need to configure the following:
- Endpoints
                                                    - These should be URLs, optionally with a port number. For example: https://acme.company.com/m1-subscription-events:443
 
- Retry Options
                                                    - Count: The number of times you want MarketONE to retry HTTP POST calls.
- Interval: The number of seconds between retries.
 
- Error Email Address
                                                    - The email address to receive optional error notification.
 
- API Key
                                                    - An API Key for additional security which will be added in an authorization header.
 
This section contains the following callbacks:
Revision History
| Version | Description | 
|---|---|
| 20.01.01 | Added this topic. |