简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/countrieslist \ --header 'Authorization: Bearer <token>'
{ "zone_types": { "DC_shared": { "country_codes": [ "<string>" ] }, "DC_dedicated_ip": { "country_codes": [ "<string>" ] }, "DC_dedicated_host": { "country_codes": [ "<string>" ] }, "ISP_shared": { "country_codes": [ "<string>" ] }, "ISP_dedicated_ip": { "country_codes": [ "<string>" ] }, "ISP_dedicated_host": { "country_codes": [ "<string>" ] } } }
List all available countries per zone type
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK - Successful request with response body
The response is of type object.
object
此页面对您有帮助吗?