Outbound Webhooks
Webhooktest
Sent only via POST /webhooks/test (not subscribable in events).
Includes X-Webhook-Delivery: test and a 10 s timeout.
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.
Present with value test on manual test deliveries only.
Available options:
test Body
application/json
Response
200
Your endpoint acknowledged the test (any 2xx)
