Skip to main content
GET
/
v1
/
consumer
/
portfolio
/
{username}
Public Portfolio
curl --request GET \
  --url https://api.truthlocks.com/v1/consumer/portfolio/{username} \
  --header 'X-API-Key: <api-key>'
{
  "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.

Parameters

username
string
required
The consumer’s public username.

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

username
string
required

Response

Public portfolio

username
string
display_name
string
items
object[]