Developer Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Get Message Component

Retrieve an individual message component by streaming it. The component’s content may be of various different types, including plain text, images, videos, and so on.

GET URL
https://api.teletracker.net/mms/component/{call_id}/{filename}
https://api.teletracker.net/mms/component/{account_id}/{call_id}/{filename}
URL Parameters
Parameter Type Usage Description
call_id string Required The unique id of the message
filename string Required This is the individual component that you wish to retrieve. Use the filename string from the message components array that you received from us.
account_id integer Optional Allows you to specify the account id in addition to the call_id if pulling call data from more than one account. Optional for users. Required for integrators.
Request Parameters
None
Response
The response will have a corresponding Content-Type header set depending on the media that is being served to you. The response body will contain the contents of the media.