List enterprises for an organization
List all enterprises in the specified organization.
Path parameters
Query parameters
A unique identifier used when creating the enterprise. Adding this query parameter will return the enterprise created with the given idempotency key.
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 idempotencyKey or prevId.
Filter by one or more KYC states. Repeatable: ?kycState=approved&kycState=pending
Filter by account type (individual or entity).
Filter by business model (e.g. cryptoAsAServiceChild).
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 2 of the 33 revisions of this API.225
- ●
added the new
Kytenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the
////response's property type changed fromstringto no type for statusresponse-property-type-changed
- ●
added the new
Go Network - Off Exchange Settlement - OKXenum value to the/////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added to the
////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed the
bitgoAsAServiceenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
cryptoAsAServiceChildenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
cryptoAsAServiceParentenum value from the////response property for the response statusresponse-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
- ▲