Subscribing to Webhooks Using Mutual Trust
AIBMSAPI
Mutual trust is a simple authentication scheme that is included in the HTTP protocol. Mutual
trust is often used in conjunction with HTTPS to provide confidentiality through
encryption. You should use this key type if your integration uses the HTTP signature
method for securing API requests and you require robust security measures to protect the
data that is transmitted over HTTP.
This section describes the tasks that must be accomplished in order to subscribe to
webhooks using Mutual Trust.
Webhooks Subscription Workflow Using Mutual Trust
Follow these steps to set up your webhooks subscription using Mutual Trust:
- Set up your server security to receive webhooks notifications.
- Generate API security keys for authenticating API requests. You must generate separate keys for the testing and production environments.
- Request a digital signature key.
- Request a product list.
- Subscribe to webhooks event notifications.