Skip to main content
POST
Re-check a registered sheet

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

sourceId
string<uuid>
required

The sourceId returned when the source was registered.

Response

The sheet as it reads right now.

summary
object

What the import kept and dropped.

detectedMapping
object

The columns actually used, after applying mapping. When a name was joined from two columns, nameColumn reads First Name + Last Name.

sample
object[]

The first ten contacts that would be dialed.

Maximum array length: 10
total
integer

Rows read, before validation.

columns
string[]

The header row as parsed — what a mapping override chooses from. Absent for free-form paste, which has no headers.

mappingIssues
enum<string>[]

Non-empty means column detection failed. An unmapped phone column then shows up as every row invalidPhone with an empty value.

Available options:
phoneColumnNotFound,
nameColumnNotFound