Sign inGet started

List KYC form entries

GET
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
List KYC Form Entries by OrganizationID
Antwoord-payload
results
array of object
verplicht
Onderliggende attributen tonen
results.answers
array of object
verplicht
Onderliggende attributen tonen
results.answers.isDefault
boolean
results.answers.key
string
verplicht
results.answers.valueString
string
verplicht
results.businessProfileId
string
The ID of an existing Business Profile.
results.businessProfileVersion
integer
The version of the Business Profile.
results.createdAt
string
verplicht
results.displayName
string
results.formId
string
verplicht
results.id
string
verplicht
results.locale
string
verplicht
results.organizationId
string
verplicht
results.reviewComment
string
results.status
string
verplicht
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
results.tags
array of object
Onderliggende attributen tonen
results.tags.key
string
verplicht
results.tags.value
string
verplicht
results.updatedAt
string
verplicht
Codevoorbeeld
curl -X GET 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'