{ "opencollection": "1.0.0", "info": { "name": "Klaviyo Accounts Tracking Settings API", "version": "2026-04-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tracking Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Tracking Settings", "type": "http" }, "http": { "method": "GET", "url": "https://a.klaviyo.com/api/tracking-settings", "headers": [ { "name": "revision", "value": "" } ], "params": [ { "name": "fields[tracking-setting]", "value": "", "type": "query", "description": "For more information please visit https://developers.klaviyo.com/en/v2026-04-15/reference/api-overview#sparse-fieldsets" }, { "name": "page[cursor]", "value": "", "type": "query", "description": "For more information please visit https://developers.klaviyo.com/en/v2026-04-15/reference/api-overview#pagination" }, { "name": "page[size]", "value": "", "type": "query", "description": "Default: 1. Min: 1. Max: 1." } ] }, "docs": "Get all UTM tracking settings in an account. Returns an array with a single tracking setting.\n\nMore information about UTM tracking settings can be found [here](https://help.klaviyo.com/hc/en-us/articles/115005247808).

*Rate limits*:
Burst: `10/s`
Steady: `150/m`\n\n**Scopes:**\n`tracking-settings:read`" }, { "info": { "name": "Get Tracking Setting", "type": "http" }, "http": { "method": "GET", "url": "https://a.klaviyo.com/api/tracking-settings/:id", "headers": [ { "name": "revision", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the tracking setting (account ID)." }, { "name": "fields[tracking-setting]", "value": "", "type": "query", "description": "For more information please visit https://developers.klaviyo.com/en/v2026-04-15/reference/api-overview#sparse-fieldsets" } ] }, "docs": "Get the UTM tracking setting with the given account ID.\n\nMore information about UTM tracking settings can be found [here](https://help.klaviyo.com/hc/en-us/articles/115005247808).

*Rate limits*:
Burst: `10/s`
Steady: `150/m`\n\n**Scopes:**\n`tracking-settings:read`" }, { "info": { "name": "Update Tracking Setting", "type": "http" }, "http": { "method": "PATCH", "url": "https://a.klaviyo.com/api/tracking-settings/:id", "headers": [ { "name": "revision", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the tracking setting (account ID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the UTM tracking setting with the given account ID.\n\nMore information about UTM tracking settings can be found [here](https://help.klaviyo.com/hc/en-us/articles/115005247808).

*Rate limits*:
Burst: `10/s`
Steady: `150/m`\n\n**Scopes:**\n`tracking-settings:write`" } ] } ], "bundled": true }