error importing twilio number.
# support
q
I am attempting to import my twilio number, i receive the following error both via the dashboard and api: { "message": "Couldn't Get Twilio Number. Twilio Error: Authenticate", "error": "Bad Request", "statusCode": 400 } My request: POST https://api.vapi.ai/phone-number/import { "twilioPhoneNumber": "+614xxxxxxxxx", "twilioAccountSid": "xx", "twilioAuthToken": "xx", "name": "MVP Validation Agent" } Account ID, Token and phone number are all correct.
?
Twilio's resolve the "authenication issue" on their end, still receving the above?
@User
s
try to authenticate with twilio-cli
q
Thanks, will try this. Do you have the docs handy for specifically authenticating using the command line ?
s
no we don't have but yeah it's related to incorrect keys and token so do ensure your using correct private token and key.
7 Views