Get a KYC form entry details

Get KYC Form Entry by OrganizationID, FormID and FormEntryID

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

kycFormIdstring · uuidRequired
kycFormEntryIdstring · uuidRequired
Responses
chevron-right
200

OK

application/json
idstring · uuidRequired
organizationIdstring · uuidRequired
formIdstring · uuidRequired
localestring · locale-bcp47Required
statusstring · enumRequired

The status of the form entry.

Possible values:
businessProfileIdstring · uuidOptional

The ID of an existing Business Profile.

businessProfileVersionintegerOptional

The version of the Business Profile.

reviewCommentstringOptional
createdAtstring · date-timeRequired
displayNamestringOptional
updatedAtstring · date-timeRequired
get
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}

Last updated

Was this helpful?