You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{:error,%{"code"=>20404,"message"=>"The requested resource /2010-04-01/Accounts/ACCOUNT_SID/Accounts.json was not found","more_info"=>"https://www.twilio.com/docs/errors/20404","status"=>404},404}
The create endpoint for accounts is /2010-04-01/Accounts.json
When the account parameter is passed to the create call it makes a POST request to the POST /2010-04-01/Accounts/$ACCOUNT_SID/Accounts.json URL.
The expectation would be is to hit the /2010-04-01/Accounts.json URL with the right credentials and not the ACCOUNT_SID specific URL.
The text was updated successfully, but these errors were encountered:
Creating subaccounts with
account
andtoken
options does not work.The create endpoint for accounts is
/2010-04-01/Accounts.json
When the account parameter is passed to the create call it makes a POST request to the
POST /2010-04-01/Accounts/$ACCOUNT_SID/Accounts.json
URL.The expectation would be is to hit the
/2010-04-01/Accounts.json
URL with the right credentials and not the ACCOUNT_SID specific URL.The text was updated successfully, but these errors were encountered: