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