Skip to main content
GET
Get the organization's prior KYB submission and any flagged reasons

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Response

The organization's prior KYB submission.

businessData
object
required

Same shape KybVerifyRequest's businessData accepts — lets the wizard feed a prior submission straight back into a resubmission.

statusReasons
object[]
required
verificationResult
enum<string>
required
Available options:
APPROVED,
DECLINED,
DRAFT,
REVIEW,
PENDING,
REOPENED,
UNKNOWN
vendorQuestions
object[]

Empty for most profiles — only populated when a reviewer has configured a business question group on the AI Prise template.

Last modified on August 19, 2026