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