- inbound-message:read
- sms:inbound-message:read
- sms:manage.
External DocumentationTo learn more, visit the Infobip documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Application ID | Application ID that the message is linked to. For more details, refer to Infobip’s documentation. |
| Campaign Reference ID | The ID of a campaign that was sent in the message. |
| Entity ID | Entity ID that the message is linked to. For more details, refer to Infobip’s documentation. |
| Limit | Maximum number of messages to be returned in a response. Valid range in 1 - 1000. Note: you can only access messages from the last 48 hours. |
{
"results": [
{
"messageId": "817790313235066447",
"from": "385916242493",
"to": "385921004026",
"text": "QUIZ Correct answer is Paris",
"cleanText": "Correct answer is Paris",
"keyword": "QUIZ",
"receivedAt": "2019-11-09T16:00:00.000+0000",
"smsCount": 1,
"price": {
"pricePerMessage": 0,
"currency": "EUR"
},
"callbackData": "callbackData"
}
],
"messageCount": 1,
"pendingMessageCount": 0
}
Was this page helpful?