light-mode-image
Learn
MATTR VII PlatformInboxes

List inboxes

Returns a list of all inboxes on the tenant.

Analytics Events

MESSAGING_INBOX_RETRIEVE_LIST_STARTMESSAGING_INBOX_RETRIEVE_LIST_SUCCESSMESSAGING_INBOX_RETRIEVE_LIST_FAIL

Roles

adminissuer
GET/v1/messaging/inboxes
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Default100
Range1 <= 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?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "data": [
    {
      "id": "f04faabf-cea8-4f39-95b3-0ce357ac4d03",
      "name": "My_Inbox"
    },
    {
      "id": "f04faabf-cea8-4f39-95b3-0ce357ac4d03",
      "name": "My_Inbox"
    }
  ],
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}

How would you rate this page?