Account
Enterprise Accounts
Accounts are useful for checking accounts related data, such as Account SID, Auth token, Status, registered numbers and more.
Get Account Information
Update Account Information
HTTP PUT. Modifies an Account resource and returns the representation, including the properties above. Below you will find a list of optional parameters.
Examples
Get information about the account.
curl -X GET https://mycompany.restcomm.com/restcomm/2012-04-24/Accounts/ACCOUNT_SID.json \
-u 'YourAccountSid:YourAuthToken'
Account Attributes
Attribute | Description |
---|---|
Sid |
A string that uniquely identifies this account. |
DateCreated |
The date that this account was created. |
DateUpdated |
The date that this account was last updated. |
FriendlyName |
A description of this account, up to 64 characters long. By default the FriendlyName is your email address. |
Role |
The role of the account. Can be |
Status |
The status of this account. Possible values are active, suspended, and closed. |
AuthToken |
The authorization token for this account. This should not be shared. |
Uri |
The URI for this account, relative to |
Distributed Request Processing
The CPaaS platform has a distributed microservice architecture, that enables linear scalability during traffic growth and handles a high volume of REST API requests, voice calls, and SMS messages. Each architecture component handles different types of requests.
When you modify the provisioning data via the Management REST APIs, up to few minutes are needed for the update to reflect the changes in all call processing units that handle calls and SMS. Provisioning data modifications are done using the HTTP POST, PUT and DELETE methods. The POST method updates records immediately with no delay during the operation.
Distributed request processing is available for the following Management APIs, as well as the CPaaS Console.