Skip to main content
GET
/
v1
/
consumer
/
stats
Consumer Stats
curl --request GET \
  --url https://api.truthlocks.com/v1/consumer/stats \
  --header 'X-API-Key: <api-key>'
{
  "total_protections": 42,
  "public_protections": 15,
  "total_verifications": 328
}
Retrieve content protection statistics for the authenticated consumer. Returns total protections, public protections count, and aggregate verification count.

Parameters

Responses

{
  "total_protections": 42,
  "public_protections": 15,
  "total_verifications": 328
}

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

200 - application/json

Consumer statistics

total_protections
integer
total_verifications
integer
portfolio_views
integer