简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/zone/get_active_zones \ --header 'Authorization: Bearer <token>'
[ { "name": "zone-name", "type": "serp" } ]
Return all active zones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone response
The response is of type object[].
object[]
此页面对您有帮助吗?