Jump to content
UBot Underground

twilio? available phone numbers


Recommended Posts

can somebody show me how to connect to twillio to find available phone numbers?

i am not familiar with curl

this is the data they give for connecting

-----------------------------------------------------------------

curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/ACcd49138b6f8218a7482d99c624b79e95/AvailablePhoneNumbers/US/Local.json?' \
-u ACcd49138b6f8218a7482d99c624b79e95:9b8554d0f81f7c78e28cacd0149ea022

or

---------------------

curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/ACcd49138b6f8218a7482d99c624b79e95/AvailablePhoneNumbers/US/Local.xml?' \
-u ACcd49138b6f8218a7482d99c624b79e95:9b8554d0f81f7c78e28cacd0149ea022

 

user id= ACcd49138b6f8218a7482d99c624b79e95

pass= 9b8554d0f81f7c78e28cacd0149ea022

Link to post
Share on other sites

thats what i wanted,but i think i am getting it now.

i am able to get the list of available numbers from my test account from the test data by http get.

my next job is to send the chosen number back by post

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...