60373: Invalid page size
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.
- You sent
PageSizewith a value smaller than 1 or larger than 25. - You sent
PageSizein 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
PageSizeandPageToken.
- Set
PageSizeto a whole number from 1 through 25, then resend the request. - Remove
PageSizeif 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.