v1
latestOpenAPI 3.1.02026-07-26189891.1 MBEnterprise
Get details of a child organization
Retrieves a specific child organization by its id. If the organization does not belong to the enterprise, a 404 error is returned.
get/v1/enterprise/account/{accountId}
Path parameters
accountIdstring required
Account number of the organization
Example:0000000000
Response
The child organization was found and returned.
Example response
{
"account": "0000000000",
"enterprise": "0000000000",
"retention": 7,
"owner": "owner@example.org",
"retentionPeriods": [
7
],
"plan": "enterprise",
"servicekey": "7b273eb8adc962f2711ad760730debb0"
}