16 lines
373 B
YAML
16 lines
373 B
YAML
|
tags:
|
||
|
- Conversations API
|
||
|
operationId: list-all-contact-conversations
|
||
|
summary: List all conversations
|
||
|
description: List all conversations for the contact
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
type: array
|
||
|
description: 'Array of conversations'
|
||
|
items:
|
||
|
$ref: '#/definitions/public_conversation'
|
||
|
401:
|
||
|
description: Unauthorized
|