Skip to content

メールのブロックリスト

post

/email/blocklist

このエンドポイントを使用して、メールからユーザの登録を解除し、ハードバウンスとしてマークします。

前提条件

このエンドポイントを使用するには、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": ["blocklist_email1","blocklist_email2"]
}

要求パラメータ

パラメータ 必須 データ型 説明
email Required String or array string email address to blocklist、またはblocklist に50 個までのメールアドレスの配列。

リクエスト例

1
2
3
4
5
6
curl --location --request POST 'https://rest.iad-01.braze.com/email/blocklist' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR-API-KEY-HERE' \
--data-raw '{
  "email": ["blocklist_email1","blocklist_email2"]
}'
「このページはどの程度役に立ちましたか?」
New Stuff!