Get KYB status
Returns a business organization’s KYB verification status so you can track your customer’s progress without portal access. The response is the same shape the kyb_updated webhook delivers, so subscribe to that webhook to be told the moment it changes, and use this endpoint to read the current state (after downtime, or to reconcile).
The target org must be a business org you own (your own org or a direct child).
Authorizations
API key sent in the Authorization header.
Path Parameters
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.
ID of the business organization this KYB belongs to.
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.
not_started, in_progress, submitted, approved, denied When the organization was approved, or null if it is not approved yet.