Skip to content

製品IDをエクスポートする

get

/purchases/product_list

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

前提条件

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

レート制限

リクエストパラメーター

例のリクエスト

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!