Skip to main content
Front Developer
Fronteer
January 9, 2023
Solved

IP ranges for incoming webhook

  • January 9, 2023
  • 1 reply
  • 273 views

Is there any API, RSS feed, download (JSON/YAML,….) to get all Front related IP ranges for webhooks? Need to set up a white-list on my end.

 

Best

Best answer by Support Engineering

Hi!

 

No. The IPs we use can change frequently, and without notice, so we do not provide any lists of IPs we use to issue webhook requests.

 

For security, we would recommend you validate data integrity using your API secret, and the X-Front-Signature header we send with every request - see our docs for full details.

 

--Jason

1 reply

Community Manager
January 9, 2023

Hi!

 

No. The IPs we use can change frequently, and without notice, so we do not provide any lists of IPs we use to issue webhook requests.

 

For security, we would recommend you validate data integrity using your API secret, and the X-Front-Signature header we send with every request - see our docs for full details.

 

--Jason