diff --git a/tap_gorgias/streams.py b/tap_gorgias/streams.py index 5d7c365..49b8fd5 100644 --- a/tap_gorgias/streams.py +++ b/tap_gorgias/streams.py @@ -601,7 +601,7 @@ class IntegreationsStream(GorgiasStream): primary_keys = ["id"] # Link to the next items, if any. - next_page_token_jsonpath = "$.meta.next_items" + next_page_token_jsonpath = "$.meta.next_cursor" schema = th.PropertiesList( th.Property("id", th.IntegerType),