Get a KYC form entry details
GET
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}
Get KYC Form Entry by OrganizationID, FormID and FormEntryID
响应载荷
answers
array of object
必填
显示子属性
answers.isDefault
boolean
answers.key
string
必填
answers.valueString
string
必填
answers.isDefault
boolean
answers.key
string
必填
answers.valueStringArray
array of string
必填
answers.isDefault
boolean
answers.key
string
必填
answers.valueBoolean
boolean
必填
answers.isDefault
boolean
answers.key
string
必填
answers.valueBooleanArray
array of boolean
必填
answers.isDefault
boolean
answers.key
string
必填
answers.valueInteger
number
必填
answers.isDefault
boolean
answers.key
string
必填
answers.valueIntegerArray
array of number
必填
answers.floatValue
number
answers.isDefault
boolean
answers.key
string
必填
answers.floatValueArray
array of number
answers.isDefault
boolean
answers.key
string
必填
businessProfileId
string
The ID of an existing Business Profile.
businessProfileVersion
integer
The version of the Business Profile.
createdAt
string
必填
displayName
string
formId
string
必填
id
string
必填
locale
string
必填
organizationId
string
必填
reviewComment
string
status
string
必填
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
tags
array of object
显示子属性
tags.key
string
必填
tags.value
string
必填
updatedAt
string
必填
代码示例
curl -X GET 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'