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