Steam (Unofficial) API

Set Client Filters

POST
/ISteamCDN/SetClientFilters/v1
key<token>

In: query

Query Parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

cdnname*string

Steam name of CDN property

allowedipblocks?string

comma-separated list of allowed IP address blocks in CIDR format - blank for not used

allowedasns?string

comma-separated list of allowed client network AS numbers - blank for not used

allowedipcountries?string

comma-separated list of allowed client IP country codes in ISO 3166-1 format - blank for not used

Response Body

curl -X POST "https://api.steampowered.com/ISteamCDN/SetClientFilters/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'cdnname=string'
Empty
Empty
Empty