Newest API Changelogs
August 2025
Collect Requests
3 min
impacted index all indexes impacted formats all available formats impacted delivery starting on august 27th, 2025 impact adding a field selection feature for collect and enrich endpoints what is new? a new field selection capability will be introduced for collect and enrich apis, allowing you to define exactly which fields you want returned this makes api usage more tailored, reducing unnecessary data transfer how to use? use a query string parameter fields and specify the field you want to collect according to the applied entity for multiple fields collection, separate each parameter with & symbol see an example request of multi source company api with selected collection fields request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/company multi source/collect/{company id}?fields=id\&fields=company name' \\ h "accept application/json" h "apikey {api key}" response example of the collect request would look like this response example { "id" 100000000, "company name" "coresignal" }