Outbound Webhooks
Productupdated
UGiftMe POSTs the full internal product document when catalog data changes.
Subscribe via product.updated. Refresh catalog via products API as needed.
WEBHOOK
Authorizations
Your UGiftMe API key for authentication.
Format: Secure API key (e.g., <your-api-key>)
Required: All endpoints require this header
Example: X-API-Key: <your-api-key>
Headers
Event name (matches the subscribed event or webhook.test for test deliveries).
HMAC-SHA256 hex digest of the JSON body, using your webhook secret.
Body
application/json
Full internal product document; fields match the products catalog model.
Response
200
Your endpoint acknowledged the delivery (any 2xx)
