2021-09-04 12:26:46 +00:00
|
|
|
get:
|
|
|
|
tags:
|
2022-04-05 10:35:49 +00:00
|
|
|
- Inboxes
|
2021-09-14 06:25:02 +00:00
|
|
|
operationId: GetInbox
|
2021-09-04 12:26:46 +00:00
|
|
|
summary: Get an inbox
|
|
|
|
description: Get an inbox available in the current account
|
|
|
|
parameters:
|
|
|
|
- $ref: '#/parameters/account_id'
|
|
|
|
- name: id
|
|
|
|
in: path
|
|
|
|
type: number
|
|
|
|
description: ID of the inbox
|
|
|
|
required: true
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/inbox'
|
|
|
|
404:
|
|
|
|
description: Inbox not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|