Create a Subaccount

POST https://api.plivo.com/v1/Account/{{auth_id}}/Subaccount/

Creates a new Subaccount object.

Below is the list of arguments that can be passed in this API request, more information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
nameA human-readable name for the subaccountRequired
enabledSpecify if the subaccount should be enabled. Takes a value of true or false. Defaults to false.Optional

Request Body

{"name"=>"Name of SubAccount", "enabled"=>"false"}