Possible bug, or I’m not doing something right, but it works EVERYwhere else.
Want to use the Apollo bulk organization enrichment.
Since that’s not a piece option on AP, we do a http request:
https://api.apollo.io/api/v1/organizations/bulk_enrich?domains[]=google.com&domains[]=apple.com
Unfortunately, this only responds with ONE result, always being the last one (in this case, apple.com.). This happens with 2 URL’s, 3, 5, etc. And it is always the last one.
It seems AP is overwriting the previous one everytime.
This is not normal behavior as I’ve tested both on Apollo’s site as well as a curl request on my terminal. All came back fine.
Thoughts?