GET
Get enterprise summary for an organization
Returns counts of CaaS child enterprises grouped by KYC state and account type.
Path Params
-
organizationIdstring requiredThe organization ID
Responses
200
OK
Response Body
object
-
totalCountnumber requiredTotal number of CaaS child enterprises in the organization. -
byKycStateobject requiredEnterprise counts grouped by KYC state.byKycState object
-
unverifiednumber required -
approvednumber required -
rejectednumber required -
pendingnumber required
-
-
byAccountTypeAndKycStateobject requiredEnterprise counts grouped by account type and KYC state.byAccountTypeAndKycState object
-
individualobject requiredCount of enterprises per enterprise KYC state. All known states are present; absent states default to 0.individual object
-
unverifiednumber required -
approvednumber required -
rejectednumber required -
pendingnumber required
-
-
entityobject requiredCount of enterprises per enterprise KYC state. All known states are present; absent states default to 0.entity object
- Same shape as
KycStateCounts.
- Same shape as
-
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