Skip to content

電子メールのブラックリスト

post

/email/blacklist

このエンドポイントを使用して、ユーザのメール配信を停止し、ハードバウンスとしてマークします。

前提条件

このエンドポイントを使用するには、email.blacklist パーミッションを持つAPI キーが必要です。

レート制限

We apply the default Braze rate limit of 250,000 requests per hour to this endpoint, as documented in API rate limits.

リクエスト本文

1
2
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
1
2
3
{
  "email": ["blacklist_email1","blacklist_email2"]
}

リクエストパラメータ

パラメータ|必須|データ型|説明
email |必須|文字列または配列|ブラックリストに入れる電子メールアドレスの文字列、またはブラックリストに入れる最大50個の電子メールアドレスの配列。

リクエスト例

1
2
3
4
5
6
curl --location --request POST 'https://rest.iad-01.braze.com/email/blacklist' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR-API-KEY-HERE' \
--data-raw '{
  "email": ["blacklist_email1","blacklist_email2"]
}'
HOW HELPFUL WAS THIS PAGE?
New Stuff!