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

| Key | Datatype | Required | Description | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | The 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. | | type | string | | Types 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

| Key | Datatype | Required | Description | | Accept | string | | |

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"}]}