Getting this error when i calling list meeting API
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [meeting:read:admin, meeting:write:admin]”
}
Getting this error when i calling list meeting API
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [meeting:read:admin, meeting:write:admin]”
}
Hey @premium thanks for the reply and details.
I am guessing you are using a User-Level OAuth App and this api:
When using a User-level OAuth App, you can only use that endpoint to list the meetings of whoever the access_token is from.
Try passing in me in the request like this,
https://api.zoom.us/v2/users/me/meetings
Let me know if that works.
Thanks,
Tommy