GET - Download MMS
Purpose
Use this API to download MMS content using the mmsId obtained from the mmsMeta array in the GET SMS API response.
Note
This API provides the MMS data as stream response.
Authorization
HeaderKey | Description |
Authorization* | Zoho-oauthtoken<space><ACCESS_TOKEN> |
Accept* | Set to application/json |
Request URL
Method: GET
https://voice.zoho.com/rest/json/v2/sms/stream/mms |
Scope: ZohoVoice.sms.READ
Parameters:
Param Name | Data Type | Description |
id | UUID | Represents the MMS ID from the mmsMeta array. |
mode | String | Represents the action mode.
Possible values:
|
Sample Request
Copiedcurl "https://voice.zoho.com/rest/json/v2/sms/stream/mms?id=7f228313-441b-424d-b4da-2c67eaf78ff0" \
-H "Authorization:Zoho-oauthtoken *****"