List all webhooks
Returns a list of all registered webhooks
List all webhooks › Responses
List of webhooks retrieved successfully
urlThe URL where webhook events will be sent
eventsidactivecreatedAtsecretSecret used to sign webhook payloads. Generated via quantum key distribution; rotate from the developer portal if compromised.
Register a new webhook
Registers a new webhook endpoint to receive shipment updates.
A secret will be generated and returned in the response. This secret should be used to verify the authenticity of webhook payloads.
Register a new webhook › Request Body
urlThe URL where webhook events will be sent
eventsidactivecreatedAtsecretSecret used to sign webhook payloads. Generated via quantum key distribution; rotate from the developer portal if compromised.
Register a new webhook › Responses
Webhook registered successfully
urlThe URL where webhook events will be sent
eventsidactivecreatedAtsecretSecret used to sign webhook payloads. Generated via quantum key distribution; rotate from the developer portal if compromised.