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?
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.