Skip to main content
If you choose not to use a Custom Auth Token, or if your compliance requirements mandate zero-trust payload verification, you can verify incoming requests using the HMAC-SHA256 signature in the X-Wirebox-Signature-256 header.

The Signature Header Format

The header contains a timestamp t and one or more signatures v1:
The signed payload is computed as:

Node.js Verification Example