v1
Get IP blocks for Appetize streaming servers. These are the IPs from which your running apps will be making network call. Use the IP blocks to whitelist access to your backend if it is not public.
Get IP blocks for Appetize streaming servers. These are the IPs from which your running apps will be making network calls. Use the IP blocks to whitelist access to your backend if it is not public.
Path parameters
formatstring · enumOptionalDefault:
The format of the response. Default is JSON. If text is specified, the response will be a newline-separated list of IP addresses.
json
Example: json
Possible values: Responses
200
OK
application/json
get
GET /ip-blocks HTTP/1.1
Host: appetize.io
Accept: */*
200
OK
{
"ipv4": [
"63.135.170.0/24",
"66.55.157.0/24",
"66.185.22.0/24",
"73.15.222.0/24",
"95.141.32.0/21"
]
}
Last updated