Maximum Number of Contacts to Apply a Tag

It’s not in the API docs, but what is the maximum of contact IDs I can submit to this path: /tags/{tagId}/contacts (Keap REST API)

According to the PHP SDK, it throws an exception if there are over 100 contact IDs.

I would just like to confirm if that’s true.

Yes, we limit each batch to 100 records.

Yes, it’s 100 (for performance reasons)