Last updated 1 year ago
Was this helpful?
The organization ID
curl -L \ --url '/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}' \ --header 'Authorization: Bearer jwt'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "formId": "123e4567-e89b-12d3-a456-426614174000", "locale": [ "en", "pt-BR" ], "status": "draft", "answers": [ { "key": "text", "valueString": "text", "isDefault": true } ], "createdAt": "2025-03-23T01:19:48.110Z", "updatedAt": "2025-03-23T01:19:48.110Z" }