Overview
Before your HTTPS endpoint can receive update notifications, AWS SNS requires a one-time subscription confirmation handshake. When TrustArc staff register your endpoint with the SNS Topic, your application will receive a confirmation message and must respond to complete the subscription.
What you need to do
✓Detect the
SubscriptionConfirmation message type when it arrives at your endpoint
✓Make a GET request to the
SubscribeURL in the message to confirm the subscriptionConfirmation Steps
📋 Tip: Your endpoint should inspect the Type field of every incoming message before processing it. Route SubscriptionConfirmation messages to the confirmation handler and Notification messages to your update handler.
TrustArc · Hub API — Subscription Confirmation · support.trustarc.com