Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

60374: Invalid page token

Twilio Verify DocumentationVerify

Description

description page anchor

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