Skip to main content
GET
Get an organization suppression entry

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

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<email>

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 null while it remains active.

audit
object[]

Chronological audit history of suppression and release changes.