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

60374: Invalid page token


ERROR: 60374

error-60374 page anchor
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.

Possible causes

possible-causes page anchor
  • The request includes an incorrectly formatted pageToken.
  • The pageToken value 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 pageToken and send the list request again without it to retrieve the first page of results.
  • If you need the next page, pass the pageToken exactly as returned by the previous Verify list response. Do not generate or edit the token yourself.
  • If you paginate manually, follow the next_page_url returned in the response instead of constructing pagination state yourself.
  • If you use a Twilio SDK, let the SDK manage pagination for Verify list resources.

Additional resources

additional-resources page anchor