Global Unsubscribes
Global Unsubscribes
Global Unsubscribesはいかなるメールも送信しないようにするためのアドレスリストです。List all globally unsubscribed email addresses [GET]
| URI引数 | 必須 | 条件 | 説明 |
|---|---|---|---|
| start_time | No | timestamp | 配信停止された時刻の範囲をUNIXタイム形式で指定します。 Example: 1443651141 |
| end_time | No | timestamp | 配信停止された時刻の範囲をUNIXタイム形式で指定します。 Example: 1443651154 |
| limit | No | integer | 結果を取得する件数を制限します。 Example: 10 |
| offset | No | integer | 結果を取得する位置のオフセットを指定します。 Example: 0 |
Request
1
| |
Response
1 2 3 4 5 6 7 8 9 10 11 | |
Add email addresses to the Global Unsubscribes collection [POST]
Global Unsubscribesへのアドレス追加Request
1
| |
1 2 3 4 5 6 | |
Response
1 2 3 4 5 6 7 | |
Determine if an email address belongs to the Global Unsubscribes collection [GET]
Global Unsubscribesに宛先アドレスが存在するか確認する| URI引数 | 必須 | 条件 | 説明 |
|---|---|---|---|
| Yes | string | 対象メールアドレス Example: test@test.com |
Request
1
| |
Response
1 2 3 4 | |
| URI引数 | 必須 | 条件 | 説明 |
|---|---|---|---|
| Yes | string | 対象メールアドレス Example: test@test.com |
Request
1
| |
Response
1 2 3 | |
Delete a Global Suppression [DELETE]
グローバルサプレッショングループから宛先アドレスを削除します。| URI引数 | 必須 | 条件 | 説明 |
|---|---|---|---|
| Yes | string | 対象メールアドレス Example: test@test.com |
Request
1
| |
Response
1
| |
Remove multiple email addresses from the Global Unsubscribes collection [DELETE]
emails 配列には最大500アドレスが入ります
Request
1
| |
1 2 3 4 5 6 | |
Response
1
| |
Remove all email addresses from the Global Unsubscribes collection [DELETE]
Request
1
| |
1 2 3 | |
Response
1
| |