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

created
integer
required

New people this import inserted.

Required range: x >= 0
Example:

412

id
string
required

The import id.

Example:

"imp_tz4a98xat96iws9zmbrgj3a"

pending
integer
required

Created people still awaiting a verdict (created − processed).

Required range: x >= 0
Example:

62

processed
integer
required

How many of the created people have been verified so far.

Required range: x >= 0
Example:

350

reasons
PersonImportReason · object[]
required

The cleaning report: WHAT the verification found, per reason — which addresses were removed as dead domains, likely typos, disposables, previously bounced, and so on. Ordered by count, descending.

sendable
integer
required

Verified and safe to email.

Required range: x >= 0
Example:

300

status
enum<string>
required

processing while addresses are still being verified, completed once every created person has a verdict.

Available options:
processing,
completed
suppressedExisting
integer
required

Already on the suppression list before the import, so verification was skipped.

Required range: x >= 0
Example:

10

suppressedNew
integer
required

Newly suppressed by an undeliverable verdict.

Required range: x >= 0
Example:

40

object
any
default:person_import

Always "person_import". Identifies the resource type.