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