MATTR VII PlatformInboxes
Retrieve all messages
Retrieving all the messages from an inbox
Analytics Events
MESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_STARTMESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_SUCCESSMESSAGING_INBOX_MESSAGE_RETRIEVE_LIST_FAIL
Roles
adminissuer
GET
/v1/messaging/inboxes/{id}/messages
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Requested inbox ID
Query Parameters
limit?number
Range size of returned list.
Default
100
Range
1 <= value <= 1000
cursor?string
Starting point for the list of entries.
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v1/messaging/inboxes/string/messages?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
"nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
"data": [
{
"name": "string",
"createdAt": "2019-08-24",
"id": "string",
"inboxId": "string",
"payload": "string"
},
{
"name": "string",
"createdAt": "2019-08-24",
"id": "string",
"inboxId": "string",
"payload": "string"
}
]
}
{
"code": "BadRequest",
"message": "Validation Error",
"details": [
{
"value": "notUUIDvalue",
"msg": "Invalid value",
"param": "inboxId",
"location": "params"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?