latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Enterprise
Update enterprise
put/api/v2/enterprise/{enterpriseId}
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
The enterprise ID
Request body
Example request
{
"legalIdentifiers": {
"legalPersonName": "Pineapple Capital Inc"
}
}Response
OK
Example response
{
"additionalEnterpriseInfo": {
"contact": {
"name": "Jane Doe",
"street": "1",
"street2": "Wall Street",
"suite": "3",
"city": "New York",
"state": "NY",
"postalCode": "10005",
"country": "USA"
}
},
"admin": {
"policy": {
"id": "59cd72485007a239fb00282ed480da1f",
"rules": [
{
"coin": "btc",
"condition": {
"amountString": "2000000"
},
"action": {
"userIds": [
"59cd72485007a239fb00282ed480da1f"
]
}
}
]
}
},
"approvedVideoIdUsers": [
"59cd72485007a239fb00282ed480da1f"
],
"approvalsRequired": 1,
"custodyServicesAgreement": {
"user": "59cd72485007a239fb00282ed480da1f"
},
"emergencyPhone": "+11234567890",
"id": "59cd72485007a239fb00282ed480da1f",
"mutablePolicyWindow": 172800,
"name": "Small Company",
"primaryContact": "59cd72485007a239fb00282ed480da1f",
"totalWalletsCount": 1,
"usersViewAllWallets": true,
"videoIdWaived": true
}