Skip to main content
GET

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Path Parameters

id
string
required

The resource id (path).

Response

OK

emailOrDomain
string
required

The suppressed email address or bare domain.

Examples:

"acme.com"

id
string
required

The suppression id.

Example:

"sup_d4f8g2h6j0k4l8m2n6p0q4r8"

programId
string | null
required

The campaign this suppression is scoped to, or null when scope is "org".

Example:

"prg_b2n4x8mq1w7e9rk3v5tz0yc6"

reason
string | null
required

Why the address was suppressed.

Example:

"unsubscribed"

scope
enum<string>
required

Suppression scope: "org" suppresses everywhere; "program" suppresses within one campaign only.

Available options:
org,
program
archivedAt
any

When the suppression was lifted (RFC 3339), or null while it is active.

createdAt
any

When it was added (RFC 3339).

object
any
default:suppression

Always "suppression".