Webhooks
Create Webhook
Registers an HTTPS URL to receive outbound webhook integration events.
How to call — POST {server}/api/v1/business/webhooks with X-API-Key and JSON body (url, events, optional description). The response includes a secret once — store it to verify signatures.
To change URL, events, or pause later without a new secret, use PATCH {server}/api/v1/business/webhooks/{id}.
POST
Create 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>
Body
application/json
Create Webhook
