Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

60373: Invalid page size


ERROR: 60373

error-60373 page anchor
VERIFY
ERROR

Twilio returns this error when your Verify request includes an invalid page size. If you send PageSize, use an integer between 1 and 25.

Possible causes

possible-causes page anchor
  • You sent PageSize with a value smaller than 1 or larger than 25.
  • You sent PageSize in a format Verify could not parse as a valid page size value.
  • You sent pagination parameters for a Verify endpoint without matching the parameter format that endpoint expects. Verify list endpoints use pagination parameters such as PageSize and PageToken.
  • Set PageSize to a whole number from 1 through 25, then resend the request.
  • Remove PageSize if you do not need to override the default page size for that request. The error dictionary states this limit applies when the value is specified.
  • Check the API reference for the Verify endpoint you are calling and send pagination parameters exactly as that endpoint defines them before retrying the request.

Additional resources

additional-resources page anchor