Working with Traede webhooks
Setting up endpoints + secrets
Inside Traede the brand administrator can setup which endpoints should receive shipments and production orders
Validating webhooks
All webhooks have a checksum sent that can be used to validate the request. The signature is saved in the header X-Traede-Signature-256
.
The signature is calculated as a sha256 HMAC hash of the body of the request using a secret defined in the integration settings.