Semiro
(Semiro)
January 26, 2023, 2:30pm
1
Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Authorization and all following requests.
Description
I have an Server-to-Server-Oauth2 App for this account. It worked with all the credentials and stuff without any problem before, but now i get this problem on any request after (successful!) authorization:
For example on: api.zoom.us/v2/users/me/
{
"code": 200,
"message": "Account does not enabled REST API."
}
gianni.zoom
(OOO 11/1 - 11/8)
January 26, 2023, 11:56pm
2
Hi @Semiro ,
I will message you shortly for more info!
gianni.zoom
(OOO 11/1 - 11/8)
January 27, 2023, 5:18pm
4
@Semiro , I saw your message, can you try referencing the developer guidance here?
Found a resolution for this issue. the zoom_api_helper installed via pip works. I think it may be that you need to use the token in the same request session rather than passing it to a newly created session. Would be useful to confirm if this was the issue.
Semiro
(Semiro)
January 31, 2023, 2:35pm
5
Hi Gianni, sorry for the delay between answers.
Im afraid but thats not doing it for me. Right now im just testing it in POSTMAN. Im using the following authorization settings:
And try calling the following Request:
And still get right now (15:34 on 31.01.2023) the answer:
{
"code": 200,
"message": "Account does not enabled REST API."
}
Those requests and constructs did work a few weeks ago without any problem. I didnt change anything on my zoom account and as far as i know my IT department didnt change anything on the environment either.
gianni.zoom
(OOO 11/1 - 11/8)
January 31, 2023, 9:22pm
6
Hi @Semiro ,
This appears to be a bug and T1 support will need to re-instate your API access. While logged in, please submit a bug ticket with the details you’ve shared here , your production client id, developer account email, and a link to this post.
Hi, I’m facing the same problem.
I’ve got a Token, but a request to {{baseUrl}}/users/:userId/meetings? returns an error.
{
"code": 200,
"message": "Account does not enabled REST API."
}
gianni.zoom
(OOO 11/1 - 11/8)
November 16, 2023, 8:57pm
8
Hi @alexey.marchuk ,
There’s a few threads on this that could be helpful:
Hey everyone,
I have a Zoom One Pro account and connecting a wordpress website to programatically retrieve all meetings for a user. The access token is being retrieved correctly using Server to Server Ouath2.0 setup which I created using Zoom developer. When i use the access token the following way however, when I check my error_logs im getting the following:
Errors:
[30-Aug-2023 01:46:09 UTC] Zoom HTTP Response Code:400
[30-Aug-2023 01:46:09 UTC] Zoom Get All Meetings Response:{“code”:200,“…
If you generated a token with Server-to-server OAuth App, you may have generated the token incorrectly:
A request for account_credentials requires an account_id in the URL, and a ClientID/ClientSecret in the request itself: " To use account credentials to get an access token for your app, call the Zoom OAuth token API with the account_credentials grant_type , your account_id , and your client ID and client secret, base64 encoded (encode your client ID and client secret with a colon between them, e.g. client_id:client_secret )."
By the way, it’s far easier to create/compose these requests using…
I’m getting the same error for OAuth app in Postman
Grant Type: Client Credentials
Access Token Url: https://zoom.us/oauth/token
Token sucessfully recieved and applied.
but same error again
{
"code": 200,
"message": "Account does not enabled REST API."
}
what am i doing wrong?
gianni.zoom
(OOO 11/1 - 11/8)
December 8, 2023, 3:59pm
10
@lexusmarchuk are you using OAuth 2.0 or Server-to-Server OAuth? They are two separate apps.
OAuth: Postman
Server-to-Server OAuth: Postman