Batching with filtering?

currently have my code set up up to filter all contacts based on a NOT_HAS_PROPERTY. are you able to do batching with that?

Hey, @ABrown65 :waving_hand: Thanks for your question. You’ve touched on a common limitation with the available endpoints and options. You’ll need to split your calls into two requests, one to filter, and then one to request those contacts in a batch.

The batch endpoints listed for the Contacts API don’t allow for sending filters in the request body.

Best,

Jaycee