Skip to main content
PATCH

Authorizations

x-api-key
string
header
required

Path Parameters

itemId
string
required

The blocklist item ID

Body

application/json
reason
enum<string>

New reason classification.

Available options:
NOT_INTERESTED,
COMPETITOR,
CUSTOMER,
NOT_TARGET,
OTHER,
CHURN
value
string

New raw value. LINKEDIN_URL / COMPANY_LINKEDIN_URL entries are normalized server-side; if normalization fails the request is rejected.

Minimum string length: 1
periodDays
integer | null

Reset the expiry relative to now. Pass 0 or null to make the entry permanent. Ignored when expiresAt is supplied.

Required range: x >= 0
expiresAt
string<date-time> | null

Explicit ISO-8601 expiry. Pass null to make the entry permanent. Takes precedence over periodDays.

Response

Blocklist item updated

status
enum<string>
required
Available options:
success
message
string
required
data
object
required