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