Error: {"code":300,"message":"The next page token is invalid or expired."}

API Endpoint(s) and/or Zoom API Event(s)
/v2/report/meetings//participants

Description
When attempting to use the next_page_token attribute, we get an error returned indicating that the token has expired. We are running the request for the next page <1 minute from the initial request.

Error?
{“code”:300,“message”:“The next page token is invalid or expired.”}

How To Reproduce
Steps to reproduce the behavior:

  • We make a request against the API with the meeting id and page_size.
  • Make a follow up request with the same page size and next_page_token and get the above error.

I’ve seen this issue mentioned several times on the forum, but didn’t seem to find a recent posting…and no solutions listed on those other topics. Can anybody help?

Hi @Jacob11 ,

Can you please send me the following in a private message:

  • accountId
  • client id of app
  • full request url
  • next_page_token
  • zm-tracking-id from response header

Thank you and I will let you know our findings.

Gianni,

Thanks for your response! I was on vacation last week and just got back so sorry for the delay. With fresh eyes I was able to figure out what I saw doing wrong and think we are good now.