Inbound Rejections
Why You Would Use This
Section titled “Why You Would Use This”Rejections are inbound requests that failed ingest validation and were never forwarded. This page helps you separate security/configuration failures from downstream delivery failures.
Common causes:
- static token mismatch
- HMAC signature mismatch
- timestamp outside allowed window
- source IP outside allowlist
Console Workflow
Section titled “Console Workflow”- Open Messages and select inbound direction.
- Review the Rejections section.
- Identify reason code and affected endpoint.
- Fix provider configuration or endpoint verification rules.
- Send a fresh provider test event to confirm recovery.
API Workflow
Section titled “API Workflow”API reference: List inbound rejections
curl "https://api.hookbridge.io/v1/inbound-rejections?inbound_endpoint_id=YOUR_INBOUND_ENDPOINT_ID&limit=50" \ -H "Authorization: Bearer YOUR_API_KEY"The rejection log includes reason codes and details so you can quickly identify whether the issue is token, HMAC, IP policy, method, or another validation rule.
Remediation Checklist
Section titled “Remediation Checklist”- Verify provider secret/token values match endpoint config.
- Confirm provider timestamp behavior and clock skew.
- Confirm source IP ranges are current.
- Re-test with one known-good event.
Personalize Examples
Enter your credentials to populate code examples throughout the docs.