API ReferenceInboxes
List inboxes
GET
/v1/messaging/inboxesReturns a list of all inboxes on the tenant.
Roles
adminissuermanaged-issuer
Analytics Events
MESSAGING_INBOX_RETRIEVE_LIST_STARTMESSAGING_INBOX_RETRIEVE_LIST_SUCCESSMESSAGING_INBOX_RETRIEVE_LIST_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?number
Range size of returned list.
Range
1 <= value <= 1000Default
100cursor?string
Starting point for the list of entries.
Response Body
application/json
curl -X GET "https://example.com/v1/messaging/inboxes"{ "data": [ { "id": "string", "name": "string" }, { "id": "string", "name": "string" } ], "nextCursor": "string"}How would you rate this page?