IP Blocks

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

GET https://appetize.io/ip-blocks

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.

Query Parameters

NameTypeDescription

format

string

txt|text Returns a text response with IPs split by new lines. json (Default) Returns response in JSON format.

{
    "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