Last updated 8 months ago
Was this helpful?
/kyc-forms/{kycFormId}
curl -L \ --url '/kyc-forms/{kycFormId}' \ --header 'Authorization: Bearer jwt'
{ "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", "timezone": "text", "conditions": [ { "key": "text", "value": "text" } ], "options": [ { "key": "text", "value": "text" } ] } ] } ], "createdAt": "2025-02-21T18:17:04.308Z", "updatedAt": "2025-02-21T18:17:04.308Z" }