Chatwoot/swagger/paths/public/inboxes/contacts/show.yml

16 lines
331 B
YAML
Raw Normal View History

tags:
- Contacts API
operationId: get-details-of-a-contact
summary: Get a contact
description: Get the details of a contact
security: []
responses:
200:
description: Success
schema:
$ref: '#/definitions/public_contact'
401:
description: Unauthorized
404:
description: The given contact does not exist