Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET /services/rest/user/mms/{mms_id}?username={username}&password={password}

Response model

Only id, sender, recipient, title, contentsIds, userId, customerId, contentIds, replayTo are guaranteed to be present. Other fields depends or

POST /services/rest/user/mms/{mms_id}

with form data

Code Block
username: {username}
password: {password}

Response model

Some fields may be empty as they depend on the current processing state and may be empty

...

id

...

sender

...

recipient

...

title - the title or the message.

...

contentIds - an array of content IDs associated with the message

...

rotationAlgorithm

...

customerId

...

replyTo

...

statuses - a history of status changes with a timestamp

...

deliveryReportStatus - the status of the delivery report

...

supplierMessageId - the ID provided by the supplier

...

userId

...

...

metadata - a list of metadata or additional information related to the message.

...

rerouteNumber - the number of times the message has been rerouted.

...

carrier - the carrier used to send the message

Code Block
{
    "id": "6706e4e4a47f4065f30b4485",
    "userId": "6706e4dd4198813dc94093a5",
    "customerId": "6706e4d74198813dc94093a3",
    "sender": "48 123456789",
    "recipient": "61 787 654 321",
    "title": "Hi",
    "contentIds": [
        "e02a70da8c97f0cfc9f152c9217cee44d01e48b3f2d93231a39306a594c3e219"
    ],
    "rotationAlgorithm": "",
    "customerId": "6706e4d74198813dc94093a3",
    "replyTo": "mobilepush:devicetype=ios:deviceid=bc706600826e79df816916f34f0c04092516d0ad1656cec00e226ade9c89edf3",
    "statuses": [
        "2024-10-09 20:17:41 +0000: SUBMITTED",
        "2024-10-09 20:17:43 +0000: UNDELIVERABLE"
    ],
    "deliveryReportStatus": "",
    "supplierMessageId": "",
    "userId": "6706e4dd4198813dc94093a5",
    "chargedCredits": 0,
    "metadata": [],
    "rerouteNumber": 0,
    "carrier": ""
}