c54aae21ff
- Move agent availability to the account level
17 lines
433 B
YAML
17 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
|