Skip to main content
GET
Get KYB status

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

id
string<uuid>
required

The business organization.

Response

KYB verification state for the organization

An organization's KYB verification state: the same shape the kyb_updated webhook delivers, so you can poll or subscribe without learning two payloads.

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
approvedAt
string<date-time> | null
required

When the organization was approved, or null if it is not approved yet.