Logo
Zoom Public API Documentation

Get SMS by message ID

GET {{baseUrl}}/phone/sms/sessions/:sessionId/messages/:messageId

Get details about a specific message in an SMS session.

Prerequisites * Paid account * User-enabled Zoom phone

Scopes: phone:read:admin,phone:read,phone_sms:read,phone_sms:read:admin

Granular Scopes: phone:read:sms_message,phone:read:sms_message:admin

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "attachments": [ { "download_url": "<string>", "id": "<string>", "name": "<string>", "size": "<integer>", "type": "JPG" }, { "download_url": "<string>", "id": "<string>", "name": "<string>", "size": "<integer>", "type": "JPG" } ], "date_time": "<string>", "direction": "<string>", "message": "<string>", "message_id": "<string>", "message_type": 3, "sender": { "phone_number": "<string>", "display_name": "<string>", "owner": { "id": "<string>", "type": "callQueue" } }, "to_members": [ { "phone_number": "<string>", "display_name": "<string>", "owner": { "id": "<string>", "type": "user" } }, { "phone_number": "<string>", "display_name": "<string>", "owner": { "id": "<string>", "type": "user" } } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/sms/sessions/:sessionId/messages/:messageId' -H 'Accept: application/json'

ENDPOINTS