Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

30028: Invalid API version

Twilio Messaging DocumentationMessaging

Description

description page anchor

This error occurs when you send a request with an invalid API version. Use a supported version for the endpoint you are calling. For Messaging message resources, send requests to the 2010-04-01 API base URL.

Possible causes

possible-causes page anchor
  • The request does not specify an API version.
  • The request uses a version other than 2008-08-01 or 2010-04-01.
  • The request URL targets a Messaging endpoint with an unsupported or mistyped version segment instead of 2010-04-01.
  • Update the request to use the API version supported by the endpoint you are calling. For Messaging message resources, use 2010-04-01.
  • If you are setting an ApiVersion value on a TwiML Application or another resource that accepts it, use 2008-08-01 or 2010-04-01.
  • Review any hardcoded request URLs or client configuration in your application and correct the version value so it matches the endpoint requirements exactly.
  • Check the failed request in Console error logs or Programmable Messaging logs to confirm which endpoint and version Twilio received.

Additional resources

additional-resources page anchor