Get the organization's prior KYB submission and any flagged reasons
Returns the business data submitted with the org’s basic-tier verification session (vendor-shaped, mapped to the same shape submitKybVerification accepts) plus any vendor-reported reasons the last decision wasn’t APPROVED. Used to prefill a failed/reopened wizard so the customer only fixes the flagged fields. Not gated on the stored row’s status — submitKybVerification’s own duplicate-application guard already restricts resubmission to fixable states.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of organization
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Response
The organization's prior KYB submission.
Same shape KybVerifyRequest's businessData accepts — lets the wizard feed a prior submission straight back into a resubmission.
APPROVED, DECLINED, DRAFT, REVIEW, PENDING, REOPENED, UNKNOWN Empty for most profiles — only populated when a reviewer has configured a business question group on the AI Prise template.