Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
marketplace/apps/:appId/requests
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
https://developers.zoom.us/docs/api/rest/reference/marketplace/methods/#operation/getAppUserRequests
Description
Details on your question, workflow or the problem you’re trying to solve.
I can get app’s requests for a few apps in our instance.
I’m seeing if I can get (approved, pending, rejected) requests for a particular app:
App Marketplace (LibCal)
I can list the app, e.g., /marketplace/apps/:appId
{
"app_name": "LibCal",
"app_type": "OAuthApp",
"app_status": "published",
"app_description": "Zoom OAuth app for integration with LibCal",
"app_links": {
"documentationUrl": "https://libcal.com/ask/zoom/faq/2703",
"privacyPolicyUrl": "https://libcal.com/ask/privacy",
"supportUrl": "https://libcal.com/ask/libcal",
"termsOfUseUrl": "https://libcal.com/ask/terms"
},
:
but if I try to get requests, I get the error below.
Error?
The full error message or issue you are running into, where applicable.
{
"code": 1401,
"message": "App does not exist: NZSucKA2RC6Fm3TMJHoSfA."
}