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