Last updated 11 months ago
Was this helpful?
GET /kyc-forms/{kycFormId} HTTP/1.1 Host: Authorization: Bearer jwt Accept: */*
OK
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "scope": "number", "countryCode": "text", "conditions": { "ANY_ADDITIONAL_PROPERTY": "text" }, "status": "draft", "defaultLocale": [ "en", "pt-BR" ], "questions": [ { "locale": "text", "questions": [ { "type": "stringArray", "key": "text", "description": "text", "placeholder": "text", "displayName": "text", "required": true, "format": "none", "conditions": [ { "key": "text", "value": "text" } ], "options": [ { "key": "text", "value": "text" } ], "timezone": "text" } ] } ], "createdAt": "2025-05-09T05:24:10.250Z", "updatedAt": "2025-05-09T05:24:10.250Z" }