Is there an API call that can be made to find out how many requests have been made so it can be compared against the daily quota? It would be great to be able to query that. We have a client that gets a 429 but the claim is that they aren't making too many requests. Getting statistics by making an API call would be helpful to manage the account. For example, seeing that they have used 4,000 of the 10,000 daily limit would be helpful. In addition, when a 429 is received, it would be good to get a "RETRY-AFTER" header. so that we could pause any operations until that time. I have looked for extra headers when a 429 error occurs but don't see any that might provide this information. TIA
... View more
When using JSON bulk import I am seeing mixed results on the kind of address created. Is there a way to force the address kind for the JSON import? Similarly is there a way to force/set the kind for a phone number?
... View more
Is there a way to get all of the activity for all contacts since a date using the API? For example, say I have 1,000 contacts on a list. I want to send an email and know how many opened, clicked, unsubscribed, bounced, etc. It looks like I could get all 1,000 people and get their activity one at a time. I would prefer to get the activity for all contacts or "all contacts in a list" instead of calling them one at a time. Is this possible? Thanks, Randy
... View more