Skip to main content
GET
List enrolment refusals
Who was not added to this sequence, and why: blocked by a rule, on the suppression list, already enrolled, over a throttle, or not resolvable to a contact. The counterpart to the enrollments list — check it when a batch adds fewer people than you sent.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Path Parameters

id
string
required

24-character sequence id.

Query Parameters

limit
number

Results per page.

Required range: x <= 100
page
number
default:1

Page number, 1-based.

reason
enum<string>

policy is a rules-of-engagement refusal and suppressed an opt-out or bounce; those two are decisions about the person rather than facts about the batch.

Available options:
policy,
suppressed,
already_enrolled,
throttle_capacity,
throttle_daily,
contact_not_found,
other

Response

Success.

A page of results.

data
object[]
required
pagination
object
required

Pagination for every list under /v2/sequencer. One shape across the whole namespace.