Skip to content

API を使用したキャンバスの複製

post

/canvas/duplicate

このエンドポイントを使用して、キャンバスを複製します。この API エンドポイントは、Braze ダッシュボードでのキャンバスの複製に似ています。

前提条件

このエンドポイントを使用するには、canvas.duplicate 権限を持つ API キーを生成する必要があります。

レート制限

このエンドポイントは、1分あたり100個のAPIコールに制限されます。

要求本文:

1
2
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
1
2
3
4
5
6
{
  "canvas_id": (required, string) The Canvas identifier,
  "name": (required, string) The name of the resulting Canvas,
  "description": (optional, string) The description of the resulting Canvas,
  "tag_names": (optional, string) The tags of the resulting Canvas,
}

リクエストパラメーター

応答

このエンドポイントは 202 ステータスコードを返し、キャンバス作成は非同期に行われます。セキュリティイベントダウン読み込むを使用すると、キャンバスがいつ複製され、どのAPI キーによって記録されたかを確認できます。

「このページはどの程度役に立ちましたか?」
New Stuff!