MATTR VII PlatformInboxes
Retrieve an inbox
Retrieves an inbox based on its ID.
Analytics Events
MESSAGING_INBOX_RETRIEVE_STARTMESSAGING_INBOX_RETRIEVE_SUCCESSMESSAGING_INBOX_RETRIEVE_FAIL
Roles
adminissuer
GET
/v1/messaging/inboxes/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Inbox ID
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v1/messaging/inboxes/string"
{
"id": "f04faabf-cea8-4f39-95b3-0ce357ac4d03",
"name": "My_Inbox"
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?