v1
latestOpenAPI 3.0.02026-07-244771176.5 KBMMS
Get MMS
This request retrieves the information of an existing sent MMS message. You only need to supply the unique message id that was returned upon creation.
get/v2/mms/{id}
Path parameters
idstring uuid required
Unique ID of the sent MMS
Response
A single MMS message
Example response
{
"id": "6fdae71c-dad7-4c36-9734-a69693ec2318",
"recipient": "61435795809",
"sender": "61481074185",
"country": "AU",
"subject": "USS Enterprise",
"message": "Check out this amazing specimen.",
"message_ref": "ncc1701d",
"content_urls": [
"http://res.cloudinary.com/burstsms/image/upload/v1590111670/enterprise-d_ghf9t8.jpg"
],
"status": "sent",
"track_links": true,
"created_at": "2022-03-29T04:42:01.631708Z",
"updated_at": "2022-03-29T04:42:01.776094Z"
}