curl --request GET \
--url https://api.truthlocks.com/v1/consumer/portfolio/{username}{
"username": "<string>",
"display_name": "<string>",
"items": [
{}
]
}curl --request GET \
--url https://api.truthlocks.com/v1/consumer/portfolio/{username}{
"username": "<string>",
"display_name": "<string>",
"items": [
{}
]
}Retrieve a consumer’s public portfolio by username. Returns all protections with visibility set to ‘public’. No authentication required — this is a public endpoint for showcasing protected content.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.