post https://api.spreetail.com/api/v1/notifications/subscription
Creates a notification subscription. When the Spreetail API generates an event with the provided eventType
value, a message will be send to your webhookUri
via POST. You may create multiple subscriptions for any of the valid eventType
values.
Supported Event Types
Refer to the Webhook Notifications guide for currently supported Event Types.
Webhook URI
All notification messages will be sent to your webhookUri
value via POST. Your endpoint must return a 200 OK message in response - any other response or timeout will be treated as a failed send attempt and will be retried.
For more details, see the Webhook Notifications guide.