# List Pocket Portals

This endpoint lists the payment portals associated with a specific Jiko pocket ID.

Returns a PortalListResponse object containing a list of Portal objects.

Endpoint: GET /api/v2/pockets/{pocket_id}/portals/
Version: Version: a85ecbae
Security: CodeBearer

## Path parameters:

  - `pocket_id` (string, required)

## 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
