2021-05-11 17:08:46 +00:00
|
|
|
get:
|
|
|
|
tags:
|
|
|
|
- Contact
|
|
|
|
operationId: contactableInboxesGet
|
|
|
|
description: Get List of contactable Inboxes
|
|
|
|
summary: Get Contactable Inboxes
|
2021-09-04 12:26:46 +00:00
|
|
|
parameters:
|
|
|
|
- $ref: '#/parameters/account_id'
|
|
|
|
- name: id
|
|
|
|
in: path
|
|
|
|
type: number
|
|
|
|
description: ID of the contact
|
|
|
|
required: true
|
2021-05-11 17:08:46 +00:00
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/contactable_inboxes'
|
|
|
|
401:
|
|
|
|
description: Authentication error
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/bad_request_error'
|
|
|
|
422:
|
|
|
|
description: Incorrect payload
|