Get a KYC form entry details
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
200
OK
application/json
idstring · uuidRequired
organizationIdstring · uuidRequired
formIdstring · uuidRequired
localestring · locale-bcp47Required
statusstring · enumRequiredPossible values:
The status of the form entry.
businessProfileIdstring · uuidOptional
The ID of an existing Business Profile.
businessProfileVersionintegerOptional
The version of the Business Profile.
reviewCommentstringOptional
createdAtstring · date-timeRequired
displayNamestringOptional
updatedAtstring · date-timeRequired
404
Resource not found
application/json
get
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}Last updated
Was this helpful?

