🔒 New Outbound IPs Endpoint for Firewall Configuration
about 1 month ago by Assad Aboultaif
We've added a new endpoint to help you securely configure your firewall and network settings for BDI API integrations.
GET Outbound IP Addresses
GET /outbound_ips
Retrieve a list of all IP addresses that BDI uses for outbound requests, including webhooks and API callbacks. Use this endpoint to whitelist our IPs in your firewall rules and ensure uninterrupted service.
Response Example:
[
{
"ip_address": "35.199.88.48"
}
]Why This Matters
This endpoint makes it easy to:
- Configure firewall rules to accept requests from BDI
- Maintain up-to-date IP whitelists as our infrastructure evolves
- Ensure secure, reliable webhook delivery
- Meet compliance requirements for IP-based access controls
We recommend checking this endpoint periodically and updating your firewall configurations accordingly to avoid any service interruptions.
