18 lines
393 B
YAML
18 lines
393 B
YAML
|
get:
|
||
|
tags:
|
||
|
- Inbox
|
||
|
operationId: listAllInboxes
|
||
|
summary: List all inboxes
|
||
|
description: List all inboxes available in the current account
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
type: array
|
||
|
description: 'Array of inboxes'
|
||
|
$ref: '#/definitions/inbox'
|
||
|
404:
|
||
|
description: Inbox not found
|
||
|
403:
|
||
|
description: Access denied
|