Description
I opned my account a few months ago to experiment.
Now i need to develop and my webtokens are unacceptable for api calls.
i get 401 messages. i tried testing it out on your website with the same result.
is this because i didnt use the accoutn for a while?
my app shows as “Activated” but “Intend to publish: No Account Level” is showing.
Error
Error: Request failed with status code 401 Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
“/users”
How To Reproduce (If applicable)
Steps to reproduce the behavior: Additional context
Add any other context about the problem here.
Can you ensure that the expiration timestamp for your token hasn’t expired? This would be the most likely cause. The JWTokens contain an exp field that I would recommend double checking. You can also generate these via your JWT app in the marketplace, and set the expiration date there:
Hi and thanjs for ykur reply.
I regenerated a new jwt token from my accout and tried using it and got the 401 response.
Is there a time limit for using zoomapi?
Do i need a “pro account” or something?
Thank you very much
Thank you very much.
Your tutorials are showing how to to use nodejs with request library which is depricaded so it will be great if it show with axios ot other builtin libraries.
Do you have the exact syntax for axios request? i want to make sure everything is right there.
Tjank you very much for your help
I’m glad that was helpful! While I don’t have the exact syntax for Axios, you might consider using the Code generator/button in Postman to generate a code snippet for NodeJs-Axios.