Skip to main content
GET
Get KYB progress

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

id
string<uuid>
required

The business organization.

Response

KYB progress for the organization

KYB progress for a business organization. Counts cover the customer-facing requirements only; admin-only requirements are excluded and never affect the status.

organizationId
string<uuid>
required

ID of the business organization this KYB belongs to.

status
enum<string>
required

The KYB status. not_started: verification hasn't begun. in_progress: the customer has something left to submit. submitted: everything the customer can do is done and it's Etherfuse's turn, including an open note the customer is waiting on an answer to. A note Etherfuse has asked the customer to answer reads in_progress. approved: KYB approved, the business can transact. denied: KYB denied.

Available options:
not_started,
in_progress,
submitted,
approved,
denied
approved
integer<int64>
required

Requirements with an approved answer.

submitted
integer<int64>
required

Requirements answered but not yet approved.

notStarted
integer<int64>
required

Requirements with no answer yet.

total
integer<int64>
required

Total applicable requirements (approved + submitted + notStarted).

approvedAt
string<date-time> | null
required

When the org's KYB was approved, or null if not yet approved.