cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOOM_GET_RECORDING_BY_MEETING_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZOOM_GET_RECORDING_BY_MEETING_ID", "parameters": { "meetingId": "<string>", "includeToken": true } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Meeting ID
Include Token in Download URL : If set to true, all download_url properties will include the user’s access token.
Success
Was this page helpful?