Register or update webhook configuration
PUT/webhook
Creates or replaces the outgoing webhook configuration for your logistics company.
DigiAnt will POST authorization domain events to url as they occur.
Supported events:
authorization.createdauthorization.finishedauthorization.operational_fields_updatedauthorization.updated_from_partner
If subscribedEvents is empty, all authorization events are enabled.
Optionally provide secret for HMAC-SHA256 signature verification
(X-Webhook-Signature: sha256=<hex> header on each delivery).
Request
Responses
- 200
- 400
- 401
- 500
Webhook configuration saved
Validation error (bad URL, invalid event type)
Invalid or missing partner API key