latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Enterprise
List enterprises
get/api/v2/enterprise
Query parameters
expandTotalWalletCountsboolean
True, if returning the total number of wallets for each enterprise.
excludeWalletMembershipsboolean
True, if excluding enterprises that the user joined only through wallet memberships.
Response
OK
Example response
{
"enterprises": [
{
"organization": "59cd72485007a239fb00282ed480da1f",
"id": "59cd72485007a239fb00282ed480da1f",
"name": "Small Company",
"usersViewAllWallets": true,
"primaryContact": "59cd72485007a239fb00282ed480da1f",
"emergencyPhone": "+11234567890",
"approvalsRequired": 1,
"mutablePolicyWindow": 172800,
"totalWalletsCount": 1
}
]
}