GET
Org enterprise inventory summary for an organization
Returns inventory headline counts plus verification state breakdowns for individual (KYC) and entity (KYB) enterprises
Path Params
-
organizationIdstring requiredThe organization ID
Query Params
-
businessModelarray of string enumsFilter by one or more business models. Repeatable: ?businessModel=cryptoAsAServiceChild&businessModel=bitgoAsAService When omitted, all enterprises in the org are included in inventory counts.bitgoAsAServicecryptoAsAServiceParentcryptoAsAServiceChild
Responses
200
OK
Response Body
object
-
inventoryobject requiredHeadline enterprise inventory counts for the organization matching the applied filter.inventory object
-
totalCountnumber requiredNon-deleted enterprises matching the filter (activeCount + archivedCount). -
activeCountnumber requiredNon-deleted, non-archived enterprises matching the filter. -
archivedCountnumber requiredNon-deleted, archived enterprises matching the filter. -
frozenCountnumber requiredNon-deleted enterprises matching the filter with an active freeze (freeze.expires >= now). May overlap with activeCount or archivedCount. -
deletedCountnumber requiredSoft-deleted enterprises matching the filter.
-
-
byVerificationStateobject requiredVerification state counts across all non-deleted enterprises matching the filter. Unknown verification states are excluded here but still counted in inventory.totalCount.byVerificationState object
-
unverifiednumber required -
approvednumber required -
rejectednumber required -
pendingnumber required
-
-
byAccountTypeAndVerificationStateobject requiredVerification state counts split by account type (individual KYC, entity KYB). Missing or unknown accountType values are excluded here but still counted in inventory.totalCount and byVerificationState.byAccountTypeAndVerificationState object
-
individualobject requiredCount of enterprises per verification state (KYC for individual, KYB for entity). All known states are always present; absent states default to 0.individual object
-
unverifiednumber required -
approvednumber required -
rejectednumber required -
pendingnumber required
-
-
entityobject requiredCount of enterprises per verification state (KYC for individual, KYB for entity). All known states are always present; absent states default to 0.entity object
- Same shape as
VerificationStateCounts.
- Same shape as
-
400
Bad Request
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
401
Unauthorized
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
403
Forbidden
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
404
Not Found
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
500
Internal Server Error
Response Body
object
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id