Logo
Zoom Public API Documentation

Get information about an app

GET {{baseUrl}}/marketplace/apps/:appId

Use this API to get app information.

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "app_id": "nqSreNVsQ2eGzUMGnA8AHA", "app_name": "Example App", "app_description": "Example App description", "app_type": "ZoomApp", "app_usage": 1, "app_status": "PUBLISHED", "app_links": { "documentation_url": "https://xxxx", "privacy_policy_url": "https://xxxx", "support_url": "https://xxxx", "terms_of_use_url": "https://xxxx" }, "app_permissions": [ { "group": "View", "group_message": "App can view information", "title": "Associated with you", "permissions": [ { "name": "Devices" }, { "name": "Devices" } ] }, { "group": "View", "group_message": "App can view information", "title": "Associated with you", "permissions": [ { "name": "Devices" }, { "name": "Devices" } ] } ], "app_requirements": { "user_role": "admin", "min_client_version": "5.7.3", "account_eligibility": { "account_types": [ "Free", "Free" ], "premium_events": [ { "event_name": "Meeting participant data", "event": "meeting.participant_qos_summary" }, { "event_name": "Meeting participant data", "event": "meeting.participant_qos_summary" } ] } }, "app_scopes": [ "meeting:read", "meeting:read" ] }



Curl
curl -X GET 'https://api.zoom.us/v2/marketplace/apps/:appId' -H 'Accept: application/json'

ENDPOINTS