List Customer Portfolios
API Endpoints
List Customer Portfolios
Retrieves a paginated list of all investment portfolios for a customer.
GET
List Customer Portfolios
Fetches all investment portfolios associated with a customer, including details about each investment such as amount invested, total payable, and product information.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the customer whose portfolios to retrieve.
Query Parameters
Page number for pagination (starts from 1).
Number of items per page (maximum recommended: 50).
