# 60373: Invalid page size

Log Type: APPLICATION

Log Level: ERROR

## Description

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

* 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`.

### Possible solutions

* 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

* [Verify API overview](/docs/verify/api)
* [Verifications API](/docs/verify/api/verification)
