Skip to main content
GET
/
v1
/
consumer
/
portfolio
/
{username}
Public Portfolio
curl --request GET \
  --url https://api.truthlocks.com/v1/consumer/portfolio/{username}
{
  "username": "<string>",
  "display_name": "<string>",
  "items": [
    {}
  ]
}

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.

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.

Parameters

username
string
required
The consumer’s public username.

Responses

Path Parameters

username
string
required

Response

Public portfolio

username
string
display_name
string
items
object[]