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