Retrieve a portfolio
Returns a portfolio when it is public or owned by the authenticated user. Authentication is required even for public portfolios. For portfolios the caller does not own, the user_id field is null.
Authorizations
Enter 'Bearer' followed by a space and then your JWT or API Key.
Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
or Bearer YOUR_API_KEY_HERE
Path Parameters
UUID of the portfolio
Response
The portfolio and its holdings.
Owner identifier, null when the caller is not the owner.
Timestamp of when the portfolio was created, as an RFC 7231 HTTP date.
"Sat, 05 Apr 2025 17:43:37 GMT"
Timestamp of when the portfolio was last updated, as an RFC 7231 HTTP date.
"Mon, 07 Apr 2025 18:39:41 GMT"