iachat/swagger/paths/application/portal/index.yml

26 lines
603 B
YAML

tags:
- Help Center
operationId: get-portal
summary: List all portals in an account
parameters:
- $ref: '#/components/parameters/account_id'
description: Get details of portals in an Account
security:
- userApiKey: []
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
description: Array of all portals
items:
$ref: '#/components/schemas/portal'
'403':
description: Access denied
content:
application/json:
schema:
$ref: '#/components/schemas/bad_request_error'