List portfolios visible to the authenticated user (owned + public)
Portfolios
List portfolios visible to the authenticated user (owned + public)
Returns portfolios owned by the authenticated user and all public portfolios.
For portfolios not owned by the requester, the user_id field is returned as null.
GET
List portfolios visible to the authenticated user (owned + public)
Authorizations
Enter 'Bearer' followed by a space and then your JWT or API Key.
Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
or Bearer YOUR_API_KEY_HERE
Response
A list of portfolios
Owner identifier; null when requester is not the owner.
Timestamp when the portfolio was created (RFC 7231 HTTP-date string).
Example:
"Sat, 05 Apr 2025 17:43:37 GMT"
Timestamp when the portfolio was last updated (RFC 7231 HTTP-date string).
Example:
"Mon, 07 Apr 2025 18:39:41 GMT"