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

shareToken
string
required

Fresh Sumsub reusable KYC share token generated for the Avenia recipient

Example:

"SUMSUB_SHARE_TOKEN"

sumsubApplicantId
string
required

Sumsub applicant id from the approved applicantReviewed webhook

Example:

"6a3502bf7fee2fab5377cb1e"

email
string<email>
required

Applicant email

walletAddress
string
required

Applicant EVM wallet address

Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

Response

KYC token import submitted

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"