Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
"sig1=(\"Content-Type\" \"Content-Digest\"...expires=<expires>"
Unique identifier assigned to the client
"client-id"
Query Parameters
the customer unique id
The page offset for the items returned
x >= 00
The maximum numbers of items to return.
1 <= x <= 1000100
The date order in which to sort the items
This currently only works to sort createdAt.
ASC, DESC "ASC"
Response
A JSON array of investment portfolios
Portfolios with an accountId was automatically created by Pipevest with an associated account.
Wherein there is no accountId, the Portfolio was manually created via the API and does not have an associated account.
Request response code
200
Request response message
"Success"