API
Retrieve a suppressed address
One row of the suppression list, by id.
GETapi.openemail.uk/suppressions/{id}
Runs the real call against your workspace, with your own key.
GET /suppressions/{id}
One row of the suppression list, by id.
Example
Needs settings:read. removable says whether it can be taken off, and it is false for a hard bounce.
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"}An id that is not on this workspace is a 404.