Description
We have a website that takes user account details and create zoom webinar registrations for the same. This works fine most of the time but occassionaly we are getting the below error
2020-12-05T10:56:31+00:00 INFO RETURN BODY: {“code”:124,“message”:“Invalid access token.”}
2020-12-05T10:56:31+00:00 INFO URL: https://api.zoom.us/v2/webinars/845495**/registrants*
2020-12-05T10:56:31+00:00 INFO BODY: {“first_name":“jhon”,“last_name”:“doe”,“email”:"jhond@gmail.com”,“city”:“Kelaniya”,“country”:“LK”}
2020-12-05T10:56:31+00:00 INFO ACCESS TOKEN: ERROR
2020-12-05T10:56:31+00:00 INFO STATUS: 401
Please help to debug this issue
Error
Invalid access token
Which App Type (OAuth / Chatbot / JWT / Webhook)?
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?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.