Sign inGet started

List KYC form entries

GET
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
List KYC Form Entries by OrganizationID
Treść odpowiedzi
results
array of object
wymagane
Pokaż atrybuty podrzędne
results.answers
array of object
wymagane
Pokaż atrybuty podrzędne
results.answers.isDefault
boolean
results.answers.key
string
wymagane
results.answers.valueString
string
wymagane
results.businessProfileId
string
The ID of an existing Business Profile.
results.businessProfileVersion
integer
The version of the Business Profile.
results.createdAt
string
wymagane
results.displayName
string
results.formId
string
wymagane
results.id
string
wymagane
results.locale
string
wymagane
results.organizationId
string
wymagane
results.reviewComment
string
results.status
string
wymagane
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
results.tags
array of object
Pokaż atrybuty podrzędne
results.tags.key
string
wymagane
results.tags.value
string
wymagane
results.updatedAt
string
wymagane
Przykład kodu
curl -X GET 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'