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