@skillspotuser
could you please share the entire request URL you are sending? is this a Post, or get request?
What app type are you using? is it a S2S or an Oauth app?
Kindly, share the solution. I am having the same issue. I have a server to server oauth app and I need to use it to consume api to create meetings. It wants to add the meeting scopes. Those scopes are not listed in the server to server oauth application.
{
"code": 4711,
"message": "Invalid access token, does not contain scopes:[meeting:write:meeting, meeting:write:meeting:admin]."
}
Thanks for your reply. The error message suggests to add those user level scope [meeting:write:meeting, meeting:write:meeting:admin]. Now, those don’t exists in the list of scopes for server to server app. Any idea on how can I create a meeting link using server to server app?