Create a new Twilio Subaccount from the account making the request
POST
/2010-04-01/Accounts.json https://api.twilio.com
Create a new Twilio Subaccount from the account making the request
Request Body
application/x-www-form-urlencoded
{ FriendlyName?: string; }
Responses
201 application/json
Created
interface ApiV2010Account {
auth_token?: string | null;
date_created?: string | null;
date_updated?: string | null;
friendly_name?: string | null;
owner_account_sid?: `AC${string}` | null;
sid?: `AC${string}` | null;
status?:AccountEnumStatus ;
subresource_uris?: {} | null;
type?:AccountEnumType ;
uri?: string | null;
}
auth_token?: string | null;
date_created?: string | null;
date_updated?: string | null;
friendly_name?: string | null;
owner_account_sid?: `AC${string}` | null;
sid?: `AC${string}` | null;
status?:
subresource_uris?: {} | null;
type?:
uri?: string | null;
}