curl --request GET \
--url https://api.example.com/api/portfolios{
"success": true,
"message": "<string>",
"timestamp": "<string>",
"data": [
{
"slug": "<string>",
"fullName": "<string>",
"headline": "<string>",
"avatarUrl": "<string>",
"tkohCollab": true
}
]
}Get a list of all public portfolios available on the platform
curl --request GET \
--url https://api.example.com/api/portfolios{
"success": true,
"message": "<string>",
"timestamp": "<string>",
"data": [
{
"slug": "<string>",
"fullName": "<string>",
"headline": "<string>",
"avatarUrl": "<string>",
"tkohCollab": true
}
]
}curl https://api.portfoliohub.com/api/portfolios
{
"success": true,
"message": "Portafolios públicos obtenidos",
"timestamp": "2026-03-09T10:30:00Z",
"data": [
{
"slug": "john-doe",
"fullName": "John Doe",
"headline": "Full Stack Developer | React & Spring Boot Expert",
"avatarUrl": "https://storage.example.com/avatars/john-doe.jpg",
"tkohCollab": false
},
{
"slug": "jane-smith",
"fullName": "Jane Smith",
"headline": "UI/UX Designer | Creative Problem Solver",
"avatarUrl": "https://storage.example.com/avatars/jane-smith.jpg",
"tkohCollab": true
}
]
}
tkohCollab flag can be used to highlight TKOH Studios collaborationsslug field to construct links to individual portfolio detail pages