List enterprises for an organization
List all enterprises in the specified organization for the authenticated user.
Path parameters
Query parameters
Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.
Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.
Filter by enterprise name or by enterprise id. Cannot be combined with prevId.
Response
OK
Example response
{
"enterprises": [
{
"organization": "59cd72485007a239fb00282ed480da1f",
"id": "59cd72485007a239fb00282ed480da1f",
"name": "Small Company",
"usersViewAllWallets": true,
"primaryContact": "59cd72485007a239fb00282ed480da1f",
"emergencyPhone": "+11234567890",
"approvalsRequired": 1,
"mutablePolicyWindow": 172800,
"totalWalletsCount": 1
}
]
}Changes
Changed in 1 of the 16 revisions of this API.215
- ▲
the response property
enterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelbecame nullable for the status200response-property-became-nullable
- ▲
the
enterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ●
added the new
Go Network - Off Exchange Settlement - OKXenum value to theenterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/requestedBitgoProducts/items/response property for the response status200response-property-enum-value-added
- ○
added the optional property
enterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/otcServicesAgreementto the response with the200statusresponse-optional-property-added
- ○
added
BusinessModelto theenterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
bitgoAsAServiceenum value from theenterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
cryptoAsAServiceChildenum value from theenterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
cryptoAsAServiceParentenum value from theenterprises/items/oneOf[subschema #1: Enterprise]/allOf[subschema #2: Base Enterprise]/businessModelresponse property for the response status200response-property-enum-value-removed
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲