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": 123,
  "total_verifications": 123,
  "portfolio_views": 123
}

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 content protection statistics for the authenticated consumer. Returns total protections, public protections count, and aggregate verification count.

Parameters

Responses

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