POST
/
v1
/
inbound
/
insert

Headers

authorization
string
required

Your API key for authentication.

encrypted_key
string
required

The encrypted_key of the Twilio account you want to upload numbers from.

Body

numbers
string[]
required

Response

status
string

Can be success or error.

message
string

A message saying whether the insertion succeeded, or a helpful message describing why it failed.

inserted
array

An array of phone numbers that were successfully inserted.

Any phone numbers that failed to be inserted will not be included in this array - for example if they are already in your account or not associated with the sepcified Twilio account.