Send a Test Request "message": "Invalid access token."

,

Description
Hey. I created an access token, pre-entered client_id and Client Secret. The token has been successfully created. After that I decided to make a test request . Entered accountId and clicked Send. JSON returned me with error 124. What am I doing wrong?

Error
Invalid access token.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. https://api.zoom.us/v2/accounts/{accountId}
  2. “code”: 124, “message”: “Invalid access token.”

Screenshots (If applicable)

Hi @vla7737,

Can you confirm that you meet the prerequisites for this endpoint?

Thanks,
Will

Hey. I figured out, there was a mistake on my part. Now everything is ok. Thank you guys anyway

As I understood the access token expires in an hour

Hey @vla7737,

Ah yes, the tokens do expire so you will need to refresh them periodically. Glad you figured it out!

Best,
Will