API Reference
/- List Customer Portals
List Pocket Portals
Create Pocket Portal
Get Funding Instructions
Update Pocket Portal
List Customer Portals
This endpoint lists all portals for the customer. It returns a PortalListResponse object containing a list of Portal objects.
Security
CodeBearer(Required scopes: pockets.read)
- Production serverhttps://api.business.jiko.io/api/v2/portals/
- Sandbox serverhttps://customer-api.sandbox-api.jikoservices.com/api/v2/portals/
curl -i -X GET \
'https://api.business.jiko.io/api/v2/portals/?type%5B%5D=VIRTUAL_BANK_ACCOUNT_PORTAL&status%5B%5D=OPEN&cursor=&limit=30' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "prev_page": "string", "next_page": "string", "items": [ { … } ], "object_type": "CursorList" }