Hello, i need to retrieve all my lists and their data using the API v3
i just tried it with postman but it give me only the first 20 lists while i have more than 30.
Here the parameters used:
GET : https://{ACCOUNT-NAME}.api-us1.com/api/3/lists
Header: Api-Token : {API KEY}
Any idea about what am I doing wrong?
Reading the documentations it doesn’t seem to be any parameters, is it incomplete?
I’m just adding this for someone who might come across this in the future, but have you considered adding a rate parameter? GET : https://{ACCOUNT-NAME}.api-us1.com/api/3/lists?limit=30