Export Customizations
POSTOverview
Section titled “Overview”Export matching customizations for a tracker. This is useful for backup, audit, or synchronization workflows.
Request parameters
Section titled “Request parameters”Path parameters
Section titled “Path parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
TRACKER_ID | string | ✓ | Your unique tracker identifier. |
Query parameters
Section titled “Query parameters”| Parameter | Type | Description |
|---|---|---|
model | string | Filter export by recommender model. |
tag | string | Filter by a specific tag. |
target_type | string | Filter by scope type: item, criteria, or all. |
target_identity | string | Filter by a specific target item ID. |
remove_expired_pins | boolean | Exclude pins that are already expired. |
remove_nonexisting_item_pins | boolean | Exclude item pins that no longer exist in the catalog. |
Request headers
Section titled “Request headers”| Header | Value | Description |
|---|---|---|
Content-Type | application/json; charset=utf-8 | Required. |
Date | HTTP date | Required for HMAC. |
Authorization | ApiAuth {TRACKER_ID}:{SIGNATURE} | Required for HMAC. |
How to Make a Request
Section titled “How to Make a Request”- Build the HMAC string from the method, content type, date, and base resource path.
- Exclude query parameters from the signed path for this endpoint.
- Send the request with the filtering query parameters in the URL and the HMAC headers attached.
Response structure
Section titled “Response structure”The response contains the list of all matching customizations.
Response attributes
Section titled “Response attributes”| Field | Type | Description |
|---|---|---|
results | array | List of customization objects. |
Error handling
Section titled “Error handling”| HTTP Status | Description |
|---|---|
200 OK | Success. |
401 Unauthorized | Missing or invalid authentication. |
404 Not Found | Tracker not found. |
422 Unprocessable Entity | Validation error, for example an invalid target_type. |
Was this page helpful?
Thanks.