MATTR VII PlatformInboxes
Retrieve a message
Retrieves a message from the requested inbox by providing its ID.
Analytic events
- MESSAGING_INBOX_MESSAGE_RETRIEVE_START
- MESSAGING_INBOX_MESSAGE_RETRIEVE_SUCCESS
- MESSAGING_INBOX_MESSAGE_RETRIEVE_FAIL
GET
/v1/messaging/inboxes/{id}/messages/{messageid}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Requested inbox ID
messageid*string
Requested message ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.vii.au01.mattr.global/v1/messaging/inboxes/string/messages/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?