Description
I am trying to use the “Get an app’s user requests” API to retrieve user requests for an app in my Zoom account. However, I consistently receive a 403 Forbidden response with no response body.
• I am using a valid OAuth access token with the required scope: marketplace:read:app_request:admin.
• The app ID I am querying belongs to my account. I tried all app IDs that I got from GET https://api.zoom.us/v2/marketplace/apps.
• Other API requests with the same token (e.g., fetching app details) work correctly.
Error
I receive a 403 Forbidden response with no response body.
Response headers:
Can you confirm if there are any additional requirements for accessing this endpoint? Is there a reason why this request would be blocked despite having the required scope?
Hi @Marcel13
Can you please try calling this endpoint with an access token generated with the credentials that belong to that app and let me know if that works?
The Reco SaaS Security app (app_id: 8l1ATL7CS0Ocu64GPNuF-g) is the one I’m using, and I verified that the access token belongs to this app.
I then made a request to: GET https://api.zoom.us/v2/marketplace/apps/8l1ATL7CS0Ocu64GPNuF-g/requests?page_size=30&status=approved
Using the same access token associated with this app.
Confirmed that the token has the required marketplace:read:app_request:admin scope.
Still receiving 403 Forbidden with no response body.
I also have some screenshots from the Zoom App Marketplace dashboard. With the scopes and the Call Logs with the failing request. But can’t upload them, I’m getting this error An error occurred: Sorry, you can't embed media items in a post.
Could you confirm if there are additional requirements to access this endpoint? Are there any account-level or app-level settings that might be blocking the request?
To update this thread
We have identified that this is a bug on our end. We have to display error 404 Not found as there hasn’t been any install requests from the users for this app. If there are app authorization requests, then there will be a response.