HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Unsuppress Profiles

Unsuppress one or more profiles, this will remove any Manual Suppressions (USER_SUPPRESSED) on these profiles. A profile may receive email marketing after a manual suppression is removed so long as they have not revoked consent, i.e. unsubscribed.
Not supported for SMS marketing. Only manual suppressions (USER_SUPPRESSED) will be removed. UNSUBSCRIBE and SPAM_REPORT suppressions are removed whenever a profile resubscribes. INVALID_EMAIL and HARD_BOUNCE suppressions cannot be removed by the API.
Maximum number of profile can be submitted for unsuppression: 100

Rate limits:
Burst: 75/s
Steady: 700/m

Scopes:
subscriptions:write

Body Params

Unsuppresses one or more profiles from receiving marketing. Currently, supports email only. If a profile is not found with the given email, no action will be taken.

object
required
string
required
object
required
array of objects
required

One or more suppressions to be removed.

suppressions*
string
required
Defaults to matt-kemp@klaviyo-demo.com

The email of the profile to suppress / unsuppress.

Headers
string
required
Defaults to 2023-06-15

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses
202

Language
Credentials