Retrieve an account
Contributors
Suggest changes
GET /tenancy/account/{accountId}
Retrieves a specific account by an account identifier.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
X-User-Token |
string |
header |
False |
|
X-Service-Request-Id |
string |
header |
False |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
accountPublicId |
string |
False |
|
accountName |
string |
False |
|
isRestricted |
boolean |
False |
|
isPrivatePreviewEnabled |
boolean |
False |
|
is3rdPartyServicesEnabled |
boolean |
False |
|
accountSerial |
string |
False |
Example response
{
"accountPublicId": "string",
"accountName": "string",
"accountSerial": "string"
}