Hey, thanks for the update!
I’ve fixed the issue with the JSON payload. The error was caused by an extra escape character (\), but it’s now corrected. Here’s the updated structure:
{
"filterGroups": [
{
"filters": [
{
"propertyName": "associations.company",
"operator": "EQ",
"value": "22719201149"
}
]
}
],
"properties": ["email", "firstname", "lastname", "phone", "jobtitle"],
"limit": 100
}
Everything should be working fine now, but you’ve hit a rate limit 😊. Let me know if you need further help!