Skip to main content
POST
Import customers from Persona Connect share tokens

Authorizations

x-api-key
string
header
required

Headers

x-idempotency-key
string<uuid>
required

Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.

Body

application/json
tokens
string[]
required

Persona Connect share tokens (cnst_...) to import. Up to 5,000 per request — split larger migrations into multiple batches (each returns its own job).

Required array length: 1 - 5000 elements

Response

Import job accepted and queued

job_id
string
status
string
total
integer

Number of tokens accepted into the job

accepted
integer
skipped_count
integer

Number of token strings that could not be queued

skipped
object[]

Token strings that could not be queued, with their index and reason (malformed, duplicate in batch, or already imported). This is about the token string only — never a compliance decision about a person or application.