Skip to main content
POST
Import Sumsub reusable KYC share token

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Body

application/json

Reusable KYC share token import payload

cpf
string
required

Brazilian CPF used to match an existing approved Avenia identity. Pods stores only a salted hash and the last four digits.

Example:

"52998224725"

shareToken
string
required

Fresh Sumsub reusable KYC share token generated for the Avenia recipient

Example:

"SUMSUB_SHARE_TOKEN"

sumsubApplicantId
string
required

Unique Sumsub applicant id from the approved applicantReviewed webhook. Pods uses it for customer-scoped idempotency.

Example:

"6a3502bf7fee2fab5377cb1e"

email
string<email>
required

Applicant email

walletAddress
string
required

Applicant EVM wallet address

Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

Response

KYC token import submitted or approved Avenia identity reused

KYC import submission result

kycUserId
string<uuid>
required

Pods-generated public KYC user id

Example:

"550e8400-e29b-41d4-a716-446655440000"

status
enum<string>
required

Normalized Pods KYC status

Available options:
created,
provider_pending,
approved,
rejected,
rejected_retryable,
blocked
Example:

"provider_pending"