Skip to main content
GET
cURL
每个由 Bright Data 支持的交付目标都有自己的字段集。例如,s3 需要一个 bucket 和访问密钥/密钥对或 IAM 角色 ARN 加外部 ID,而 sftp 需要主机和凭证字段。使用您计划使用的目标类型调用此端点,然后在调用 更新视图交付设置 时在 deliver 对象中提供返回的字段。
首先使用 获取交付选项 列出可以作为 destination_type 传递的有效值。

授权

Authorization
string
header
必填

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

路径参数

destination_type
string
必填

The identifier of the delivery strategy. Supported values: api_pull, webhook, email, gcs, gcp_pubsub, s3, snowflake, ali_oss, sftp, azure.

示例:

"s3"

响应

Schema for the requested destination type

name
string
properties
object