You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to dump revenue data into the warehouse hence I am using this API https://a.klaviyo.com/api/v1//timeline
Firstly I would like to understand which field is used against since parameter to filter the data here, is it also being returned as part of the response?
Issue Recreation
The next parameter doesn't seem to be working,
Request 1 Request : since:
Response : next : next-request-token-1
Request 2 Request : next : next-request-token-1
Response : next : next-request-token-1
Right After the first request, the next token's data becomes the default API request data and I am not able to fetch data incrementally.
I am trying to dump revenue data into the warehouse hence I am using this API
https://a.klaviyo.com/api/v1//timeline
Firstly I would like to understand which field is used against since parameter to filter the data here, is it also being returned as part of the response?
Issue Recreation
Request 1 Request : since:
Response : next : next-request-token-1
Request 2 Request : next : next-request-token-1
Response : next : next-request-token-1
Right After the first request, the next token's data becomes the default API request data and I am not able to fetch data incrementally.
Referring to this doc
https://www.klaviyo.com/docs/api/metrics#metrics-timeline
The text was updated successfully, but these errors were encountered: