Unsuppress Profiles
POST {{baseUrl}}/api/profile-suppression-bulk-delete-jobs/
Manually unsuppress profiles using their email address, or by specifying a segment or list ID to unsuppress all current members.
This only removes suppressions with reason USER_SUPPRESSED
, leaving unsubscribed profiles and profiles suppressed with reason INVALID_EMAIL
or HARD_BOUNCE
unchanged. To learn more, see our email suppressions guide and our collecting consent guide.
Email addresses per request limit: 100
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
subscriptions:write
Request Body
{"data"=>{"type"=>"profile-suppression-bulk-delete-job", "attributes"=>{"profiles"=>{"data"=>[{"type"=>"profile", "attributes"=>{"email"=>"<string>"}}, {"type"=>"profile", "attributes"=>{"email"=>"<string>"}}]}}, "relationships"=>{"list"=>{"data"=>{"type"=>"list", "id"=>"<string>"}}, "segment"=>{"data"=>{"type"=>"segment", "id"=>"<string>"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |