SubscriptionRequest
Webhook registration request
callbackUrlstringrequired
The callback URL to receive events
Example:
https://your-callback.url/webhook
hmacSecretKeystringrequired
Secret HMAC SHA_256 key for securing callbacks
Example:
f7b3ca9275d949d9b74f7f1b...
SubscriptionRequest
{
"callbackUrl": "https://your-callback.url/webhook",
"hmacSecretKey": "f7b3ca9275d949d9b74f7f1b..."
}