Skip to content

製品ID のエクスポート

get

/purchases/product_list

このエンドポイントを使用して、ページ分割された製品ID のリストを返します。

前提条件

このエンドポイントを使用するには、purchases.product_list 権限を持つAPI キー が必要です。

レート制限

For customers who onboarded with Braze on or after September 16, 2021, we apply a shared rate limit of 1,000 requests per hour to this endpoint. This rate limit is shared with the /custom_attributes, /events, and /events/list endpoints, as documented in API rate limits.

要求パラメータ

パラメータ 必須 データ型 説明
page オプション 文字列 表示する製品リストのページ。

リクエスト例

1
https://rest.iad-01.braze.com/purchases/product_list?page=1

レスポンス

1
2
3
4
5
6
7
8
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
{
  "products": [
    "product_name" (string), the name of the product
  ],
  "message": "success"
}
「このページはどの程度役に立ちましたか?」
New Stuff!