Company
Get Account Info
Returns basic information about a particular RingCentral customer account.
get/restapi/v1.0/account/{accountId}
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Response
Account information
Example response
{
"serviceInfo": {
"uBrand": {
"id": "111.222",
"name": "Sub-brand name"
}
},
"signupInfo": {
"creationTime": "2023-03-10T18:07:52.534Z"
},
"statusInfo": {
"reason": "CancelledVoluntarily",
"comment": "By customer request. Case ABC123",
"till": "2023-03-26T11:30:45.940Z"
}
}