Get list of ALL accounts

There is a command to get all Accounts… but it doesn’t show all Accounts…
Since there is no way of retrieving Account ID’s by searching for them (through the API) we want to fetch a list of all Accounts.
Although there is a command to do so, it only gets me a small number of them.

How do I get a complete list of all Account so I can match it with our database an update the Active Campaign ID’s in our system?

Hello there,
If you didn’t resolve this, through this endpoint you can retrive all accounts.
Hope it helps, feel free to get in touch!!!

That’t the endpoint I tried… and all I get back is 20 records, while it should be a lot more.

The default pagination for any endpoint is set to 25 results or 100 results depending on the endpoint. They will need to follow our pagination directions in the API docs to iterate through the entire result set of accounts in their instance.

You can find more info here on pagination: