Sign inGet started

Get a KYC form entry details

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