Files
leadchat/swagger/paths/integrations/apps/show.yml
2021-05-31 10:58:43 +05:30

18 lines
433 B
YAML

tags:
- Integrations
operationId: get-details-of-all-integrations
summary: List all the Integrations
description: Get the details of all Integrations available for the account
responses:
200:
description: Success
schema:
type: array
description: 'Array of Integration apps'
items:
$ref: '#/definitions/integrations_app'
401:
description: Unauthorized
404:
description: Url not found