HMAC Signature Generator
Generate HMAC-SHA256 signatures and get ready-to-use code samples for any platform.
API Credentials
—
curl-command.sh
Generate a signature to see code samples
Environment:
How Signing Works
- Sort JSON keys alphabetically (recursive)
- Stringify without whitespace
- Compute:
HMAC-SHA256(body, secret) - Convert to lowercase hex string