# Portals V2

## List Portals

 - [GET /api/v2/pockets/{pocket_id}/portals/](https://docs.jiko.io/products/partner-api/reference/portals-v2/list_pocket_portals_api_v2_pockets__pocket_id__portals__get.md): Get a list of portals associated with a pocket.

## Create Portal

 - [POST /api/v2/pockets/{pocket_id}/portals/](https://docs.jiko.io/products/partner-api/reference/portals-v2/create_portal_api_v2_pockets__pocket_id__portals__post.md): Create a portal for an account.

## List Customer Portals

 - [GET /api/v2/customers/{customer_id}/portals/](https://docs.jiko.io/products/partner-api/reference/portals-v2/list_customer_portals_api_v2_customers__customer_id__portals__get.md): Get a list of portals associated with customer's pockets.

## Get Account Portal

 - [GET /api/v2/pockets/{pocket_id}/portals/{portal_id}/](https://docs.jiko.io/products/partner-api/reference/portals-v2/get-pocket-portal.md): Get a specific portal associated with an account.

## Update Portal

 - [PATCH /api/v2/pockets/{pocket_id}/portals/{portal_id}/](https://docs.jiko.io/products/partner-api/reference/portals-v2/update_portal_api_v2_pockets__pocket_id__portals__portal_id___patch.md): Update a portal's name.

## Get Funding Instructions

 - [GET /api/v2/pockets/{pocket_id}/portals/{portal_id}/funding-instructions/](https://docs.jiko.io/products/partner-api/reference/portals-v2/portal-list-funding-instructions.md): Returns funding instructions for all payment rails supported by the portal.

