60374: Invalid page token
VERIFY
ERROR
This error occurs when a Verify list request includes a pageToken value that Twilio cannot parse. Verify list endpoints document pageToken as a value provided by the API, and Twilio SDKs can handle pagination automatically for list resources.
- The request includes an incorrectly formatted
pageToken. - The
pageTokenvalue was not taken from a previous Verify list response, even though Verify expects that value to be provided by the API. - Your application is manually building pagination requests instead of using a Twilio SDK that handles pagination for list resources.
- Remove the invalid
pageTokenand send the list request again without it to retrieve the first page of results. - If you need the next page, pass the
pageTokenexactly as returned by the previous Verify list response. Do not generate or edit the token yourself. - If you paginate manually, follow the
next_page_urlreturned in the response instead of constructing pagination state yourself. - If you use a Twilio SDK, let the SDK manage pagination for Verify list resources.