Unsuppress Profiles
POST {{baseUrl}}/api/profile-suppression-bulk-delete-jobs/
> 🚧 This endpoint is in beta and subject to change.
>
> A beta revision header (2024-07-15.pre) is required to use our beta APIs. Klaviyo APIs in beta are not intended for use in production. See our [versioning and deprecation policy](https://developers.klaviyo.com/en/docs/api_versioning_and_deprecation_policy) for more information.
Manually unsuppress profiles by email address or specify a segment/list ID to unsuppress all current members of a segment/list.
This only removes suppressions with reason USERSUPPRESSED ; unsubscribed profiles and suppressed profiles with reason INVALIDEMAIL or HARD_BOUNCE remain unchanged. To learn more, see our guides on email suppressions and collecting consent.
Email address 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 |