Sign inGet started

Create KYC form entry

POST
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
Create KYC Form Entry
Cuerpo de la solicitud
locale
string
obligatorio
answers
array of object
obligatorio
Mostrar parámetros secundarios
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueString
string
obligatorio
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
Cuerpo de la respuesta
answers
array of object
obligatorio
Mostrar atributos secundarios
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueString
string
obligatorio
businessProfileId
string
The ID of an existing Business Profile.
businessProfileVersion
integer
The version of the Business Profile.
createdAt
string
obligatorio
displayName
string
formId
string
obligatorio
id
string
obligatorio
locale
string
obligatorio
organizationId
string
obligatorio
reviewComment
string
status
string
obligatorio
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
tags
array of object
Mostrar atributos secundarios
tags.key
string
obligatorio
tags.value
string
obligatorio
updatedAt
string
obligatorio
Ejemplo de código
curl -X POST 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'