> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/webhook/security-signatures-and-network-access/source-ip-allowlist.md).

# What source IPs should I allow for Terra webhooks?

Terra's [webhook source IPs](https://docs.tryterra.co/health-and-fitness-api/integration-setup/setting-up-data-destinations/webhooks) are documented and rarely change, so **first compare your allowlist against the current list in the docs.**

If the entries match, the cause is usually proxy/CDN handling:

* Verify which header carries the original client IP (`cf-connecting-ip` vs `x-forwarded-for` vs `x-real-ip`).
* Log the rejected values to see what is actually arriving before the whitelist check.
