get https://a.klaviyo.com/api/tracking-settings/
Get the tracking setting with the given account ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
tracking-settings:read
Responses
Get the tracking setting with the given account ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
tracking-settings:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/tracking-settings/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2024-10-15'