2020-03-11 10:49:13 +00:00
|
|
|
get:
|
|
|
|
tags:
|
2022-04-05 10:35:49 +00:00
|
|
|
- Inboxes
|
2020-03-11 10:49:13 +00:00
|
|
|
operationId: listAllInboxes
|
|
|
|
summary: List all inboxes
|
|
|
|
description: List all inboxes available in the current account
|
2021-09-04 12:26:46 +00:00
|
|
|
parameters:
|
|
|
|
- $ref: '#/parameters/account_id'
|
2020-03-11 10:49:13 +00:00
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: array
|
|
|
|
description: 'Array of inboxes'
|
2021-05-31 05:28:43 +00:00
|
|
|
items:
|
|
|
|
$ref: '#/definitions/inbox'
|
2020-03-11 10:49:13 +00:00
|
|
|
404:
|
|
|
|
description: Inbox not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|