Skip to main content
GET
/
v0
/
kyc
/
documents
/
required
Get required KYC documents statuses
curl --request GET \
  --url https://api.sumvin.com/v0/kyc/documents/required
{
  "_links": {},
  "steps": [
    {
      "step_type": "<string>",
      "has_documents": false,
      "review_answer": "<string>",
      "moderation_comment": "<string>"
    }
  ],
  "all_uploaded": 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

Required documents status retrieved successfully

HAL-style hypermedia links for navigation and available actions.

steps
KYCRequiredStep · object[]

List of required document steps and their status.

all_uploaded
boolean
default:false

True if all required document steps have documents.