webhook_signature_invalidHTTP 401Not retryable
webhook_signature_invalid
The webhook signature is missing, expired, or invalid.
Stable URL: https://docs.statxe.com/api/errors/webhook_signature_invalid
How to resolve
- Verify the signed header using your webhook secret before trusting the payload.
- Reject requests with expired timestamps or missing signatures.
Example response
{
"ok": false,
"error": {
"code": "webhook_signature_invalid",
"message": "The webhook signature is missing, expired, or invalid.",
"docs_url": "https://docs.statxe.com/api/errors/webhook_signature_invalid"
},
"meta": {
"request_id": "req_example123"
}
}See also Errors & rate limits guide.