Sign inGet started

Create KYC form entry

POST
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
Create KYC Form Entry
Treść żądania
locale
string
wymagane
answers
array of object
wymagane
Pokaż parametry podrzędne
answers.isDefault
boolean
answers.key
string
wymagane
answers.valueString
string
wymagane
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
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 POST 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'