UpsertWebhookConfigRequest
Request body for creating or updating a webhook configuration.
urlstringrequired
HTTPS URL DigiAnt will POST events to.
secretstring
Optional HMAC-SHA256 secret. If set, DigiAnt signs payloads with
X-Webhook-Signature: sha256=<hex>.
subscribedEventsstring[]
Subset of supported events to subscribe to. Leave empty to receive all authorization events.
UpsertWebhookConfigRequest
{
"url": "string",
"secret": "string",
"subscribedEvents": [
"string"
]
}