Skip to main content
POST
/
v0
/
kyc
/
applicant
Create KYC applicant
curl --request POST \
  --url https://api.sumvin.com/v0/kyc/applicant
{
  "_links": {},
  "applicant_id": "<string>",
  "user_id": "<string>",
  "already_existed": false
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Response

Applicant already exists

HAL-style hypermedia links for navigation and available actions.

applicant_id
string
required

Sumsub applicant ID.

user_id
string
required

User ID associated with this applicant.

already_existed
boolean
default:false

True if applicant was already created.