Lists API v3

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?

here the link to the documentation

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

1 Like

Yes it was solved like this
at the time i missed the “pagination” section of the documentation

https://developers.activecampaign.com/reference#pagination

I get all my lists with a loop using the limit & offset parameters