Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Invalid parameter



ERROR: 60200

error-60200 page anchor
VERIFY
ERROR

The response message contains the name of the invalid parameter.

HTTP status: 400

Example where To is the invalid parameter:


_10
{
_10
"code": 60200,
_10
"message": "Invalid parameter: To",
_10
"more_info": "https://www.twilio.com/docs/errors/60200",
_10
"status": 400
_10
}

Possible Causes

possible-causes page anchor

When starting a verification(link takes you to an external page):

  • To parameter is incorrectly formatted or missing the leading + .
  • Channel parameter is not one of the accepted options(link takes you to an external page) , or you might not have access to the requested channel.

When checking a verification(link takes you to an external page):

  • Code parameter is not between 4-10 numbers long.

When creating a service(link takes you to an external page):

  • FriendlyName is too long (max 30 characters).

Rate this page: