30112: Account is not found
ERROR
30112 indicates that the Account SID or related account identifier in your request does not match an existing Twilio account that Twilio can access. This error usually occurs when you provide an incorrect account value, use the wrong account context for the request, or send a request with credentials that do not belong to the account you referenced.
- The request includes an invalid Account SID
- The Account SID contains a typo or is malformed
- The request uses a subaccount SID where the operation requires the parent account, or the reverse
- The credentials used to authenticate the request do not belong to the account in the request URL or parameters
- The account was closed or is no longer available
- The request was sent to the correct resource path with the wrong account context
- Verify that the Account SID in your request exactly matches the account you want to access
- Confirm that the Account SID starts with
ACand is copied completely without extra characters or missing characters - Make sure the Account SID in the request matches the credentials you use for authentication
- If you are working with subaccounts, confirm whether the request should use the parent account or a specific subaccount
- Check your application configuration, environment variables, and secrets management to make sure you are not mixing test and production credentials
- If you recently closed the account or suspect the account is no longer active, sign in to the Twilio Console and verify the account status before retrying the request