ドキュメント本文へスキップ
API

配信停止アドレスを取得する

配信停止リストの 1 行を id で。

GETapi.openemail.uk/suppressions/{id}

実際の呼び出しを、ご自身のキーで自分のワークスペースに対して実行します。

GET /suppressions/{id}

配信停止リストの 1 行を id で。

settings:read が必要。removable は外せるかどうかを示し、ハードバウンスでは false になる。

curl
curl "$OE/suppressions/7b1e2c3d-4f5a-4b6c-8d7e-9f0a1b2c3d4e" -H "$AUTH"
レスポンス
{  "object": "suppression",  "id": "7b1e2c3d-4f5a-4b6c-8d7e-9f0a1b2c3d4e",  "email": "[email protected]",  "reason": "complaint",  "detail": "abuse",  "removable": true,  "createdAt": "2026-09-12T08:41:03.000Z"}

このワークスペースにない id は 404 になる。