Skip to main content
GET
Get an organization suppression entry

Path Parameters

id
string
required

The unique identifier of the suppression entry to retrieve.

Response

OK

Describes a recipient suppression that prevents outreach through one or more communication channels.

id
null | string

Unique Leadping identifier for the suppression entry.

organizationId
null | string

Identifier of the organization that owns the suppression entry.

recipientIdentifier
null | string

Provider or customer identifier used to recognize the suppressed recipient.

normalizedPhoneNumber
null | string

Suppressed phone number normalized to a consistent format.

normalizedEmail
null | string

Suppressed email address normalized for matching.

channel
null | string

Communication channel affected by the suppression, such as SMS, voice, email, or all channels.

source
null | string

System or workflow that created the suppression.

status
null | string

Current lifecycle state, such as active or released.

reason
null | string

Human-readable reason the recipient was suppressed or subsequently released.

suppressedAt
null | string<date-time>

UTC timestamp when the suppression became active.

releasedAt
null | string<date-time>

UTC timestamp when the suppression was released, or while it remains active.

audit
object[]

Chronological audit history of suppression and release changes.

Last modified on August 11, 2026