Hi,
I am trying to fetch all the profiles of the account using API in python.
I am trying with 100 pages at a time. After a certain point, specifically after 226 calls, I am getting this error:
status_code is 414 with message : Request-URI Too Large
Can someone help me out here?
I am using the following endpoint:
https://a.klaviyo.com/api/profiles/
from the link (https://developers.klaviyo.com/en/reference/get_profiles)