Skip to content

Get Customizations Summary

GET
View MD

Retrieve a high-level summary of all customizations for the tracker, including counts per recommender model and the list of unique tags used across customizations.

ParameterTypeRequiredDescription
TRACKER_IDstringYour unique tracker identifier.
HeaderValueDescription
Content-Typeapplication/json; charset=utf-8Required.
DateHTTP dateRequired for HMAC.
AuthorizationApiAuth {TRACKER_ID}:{SIGNATURE}Required for HMAC.
  1. Build the HMAC string from the method, content type, date, and request path.
  2. Generate the signature with your private key.
  3. Send the request with Date, Content-Type, and Authorization.

The response contains counts by model and a list of unique user tags.

AttributeTypeDescription
scope_countsobjectMap of model names to customization counts.
user_tagsarrayList of all unique tags found in customizations.
HTTP StatusDescription
200 OKSuccess.
401 UnauthorizedMissing or invalid authentication.
404 Not FoundTracker not found.