Postman Tutorial
To start using our API, you need an API Key. You can get the API Key from Coresignal's self-service platform.
Request example:
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/company_base/search/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"industry": "Information technology",
"created_at_gte": "2018-01-01 00:00:01",
"last_updated_gte": "2022-05-26 00:00:01"
}'
Last updated
Was this helpful?