Get a specific portfolio (owner or public)
Returns the details of a specific portfolio if it is public or owned by the authenticated user.
Authentication is required even for public portfolios.
For portfolios not owned by the requester, the user_id field is returned as 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
Portfolio detail
Timestamp when the portfolio was created (RFC 7231 HTTP-date string).
"Sat, 05 Apr 2025 17:43:37 GMT"
Timestamp when the portfolio was last updated (RFC 7231 HTTP-date string).
"Mon, 07 Apr 2025 18:39:41 GMT"
Owner identifier; null when requester is not the owner.