cURL
交付设置
获取数据集视图
列出您的数据集视图及其ID、名称和底层数据集,以便您可以为每个订阅配置或更新交付设置。
GET
cURL
数据集视图是一个已保存的、经过筛选的 Bright Data 市场数据集订阅,可按重复计划将新记录传送到您的目标。每个视图都有一个唯一的
id(例如 v_id1),您可以将其传递到视图投放设置端点。
使用此处返回的 id 配合以下功能:
- 获取视图投放设置以检查当前配置。
- 更新视图投放设置以更改配置。
- 批量更新视图投放设置以一次性对多个视图应用一项配置。
授权
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication