Skip to main content

Download Analytics (Token)

Endpoint: /analytics/getDownloadToken

FieldTypePositionRequiredDescription
file_idstringrootYesThe ID of the file you want to download.

Example Request:

{
"file_id": "RM_SqZLoUieWYu8-209-1693729854"
}

Response

FieldTypePositionDescription
statusbooleanrootIndicates if the request was successful.
msgstringrootResponse message.
tokenstringrootDownload token.

Once you receive the token, you can construct the download URL using the following format:

https://Your-Plug-N-Meet-Server.com/download/analytics/<TOKEN HERE>