Skip to content

Export Customizations

POST
View MD

Export matching customizations for a tracker. This is useful for backup, audit, or synchronization workflows.

ParameterTypeRequiredDescription
TRACKER_IDstringYour unique tracker identifier.
ParameterTypeDescription
modelstringFilter export by recommender model.
tagstringFilter by a specific tag.
target_typestringFilter by scope type: item, criteria, or all.
target_identitystringFilter by a specific target item ID.
remove_expired_pinsbooleanExclude pins that are already expired.
remove_nonexisting_item_pinsbooleanExclude item pins that no longer exist in the catalog.
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 base resource path.
  2. Exclude query parameters from the signed path for this endpoint.
  3. Send the request with the filtering query parameters in the URL and the HMAC headers attached.

The response contains the list of all matching customizations.

FieldTypeDescription
resultsarrayList of customization objects.
HTTP StatusDescription
200 OKSuccess.
401 UnauthorizedMissing or invalid authentication.
404 Not FoundTracker not found.
422 Unprocessable EntityValidation error, for example an invalid target_type.