Sign inGet started

List KYC form entries

GET
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
List KYC Form Entries by OrganizationID
Payload respons
results
array of object
wajib
Tampilkan atribut turunan
results.answers
array of object
wajib
Tampilkan atribut turunan
results.answers.isDefault
boolean
results.answers.key
string
wajib
results.answers.valueString
string
wajib
results.businessProfileId
string
The ID of an existing Business Profile.
results.businessProfileVersion
integer
The version of the Business Profile.
results.createdAt
string
wajib
results.displayName
string
results.formId
string
wajib
results.id
string
wajib
results.locale
string
wajib
results.organizationId
string
wajib
results.reviewComment
string
results.status
string
wajib
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
results.tags
array of object
Tampilkan atribut turunan
results.tags.key
string
wajib
results.tags.value
string
wajib
results.updatedAt
string
wajib
Contoh kode
curl -X GET 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'