provider Api20100401Account POST /2010-04-01/Accounts.json
@utdk/twilio /2010-04-01/Accounts.json
Create a new Twilio Subaccount from the account making the request
Create a new Twilio Subaccount from the account making the request

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createaccount
POST/2010-04-01/Accounts.json
Create a new Twilio Subaccount from the account making the request

Input

A human readable description of the account to create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createaccount()