Consumer Stats

GEThttps://sandbox-api.truthlocks.com/v1/consumer/statsAuth required

Retrieve content protection statistics for the authenticated consumer. Returns total protections, public protections count, and aggregate verification count.

Responses

{
  "total_protections": 42,
  "public_protections": 15,
  "total_verifications": 328
}
GET/v1/consumer/stats
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request GET \
  --url https://sandbox-api.truthlocks.com/v1/consumer/stats \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: