# List Customer Portals

This endpoint lists all portals for the customer. It returns a PortalListResponse object containing a list of Portal objects.

Endpoint: GET /api/v2/portals/
Version: Version: a85ecbae
Security: CodeBearer

## Query parameters:

  - `type[]` (any)

  - `status[]` (any)

  - `cursor` (string)

  - `limit` (integer)

## Response 200 fields (application/json):

  - `prev_page` (any)

  - `next_page` (any)

  - `items` (array, required)

  - `object_type` (string)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)


## Response 404 fields
