Create an endpoint
Enter a public HTTPS destination. Store the signing secret shown when the endpoint is created; it is shown once. Use Send test to confirm your receiver can accept a delivery. The destination must not contain credentials or resolve to a private network. Redirects are not followed, so enter the final HTTPS URL directly.Verify every request
Tekma sends these headers:
The signed message is the timestamp, a period, and the exact raw request body:
<timestamp>.<raw body>. Verify before parsing or processing the payload. Do not reserialize JSON before checking the signature.
Buffer containing the unmodified body and a Headers-compatible object. Load the signing secret from your receiver’s secret storage, not source code.