List apps

GET {{baseUrl}}/marketplace/apps?page_size=30&next_page_token=R4aF9Oj0fVM2hhezJTEmSKaBSkfesDwGy42&type=active_requests

Use this API to list all active and past app requests, or list all public and private apps.

Scopes: marketplace_app:read:admin
Rate Limit Label: Medium

Request Params

KeyDatatypeRequiredDescription
page_sizenumberThe number of records returned within a single API call.
next_page_tokenstringThe next page token is used to paginate through large result sets. The API returns a next page token whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
typestringTypes of app requests to query:
  • active_requests — All active app requests.
  • past_requests - All past app requests.
  • public - All public apps.
  • account_created - All apps created by this account. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"next_page_token":"w7587w4eiyfsudgf","page_size":30,"apps":[{"app_id":"nqSreNVsQ2eGzUMGnA8AHA","app_name":"Example App","app_type":"ZoomApp","app_usage":1,"app_status":"PUBLISHED","request_id":"zZLSQoL6S0OB6asaZ3zAOQ","request_total_number":8,"request_pending_number":4,"request_approved_number":2,"request_declined_number":2,"latest_request_date_time":"2021-07-21T17:32:28Z","reviewer_name":"Jill Chill","review_date_time":"2021-07-21T17:32:28Z"},{"app_id":"nqSreNVsQ2eGzUMGnA8AHA","app_name":"Example App","app_type":"ZoomApp","app_usage":1,"app_status":"PUBLISHED","request_id":"zZLSQoL6S0OB6asaZ3zAOQ","request_total_number":8,"request_pending_number":4,"request_approved_number":2,"request_declined_number":2,"latest_request_date_time":"2021-07-21T17:32:28Z","reviewer_name":"Jill Chill","review_date_time":"2021-07-21T17:32:28Z"}]}