Cicero tracks elections occurring in every country around the world and makes information about the elections available through the election_event resource. The default response ordering is by election_expire_date.
Cost: 0 credits
Required. The License Key issued by Melissa.
Example:customer_id={REPLACE-WITH-YOUR-LICENSE-KEY}
The License Key issued by Melissa.
- https://app.cicerodata.com/v3.1https://app.cicerodata.com/v3.1/election_event
curl -i -X GET \
'https://app.cicerodata.com/v3.1/election_event?customer_id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D' \
-H 'Accept: */*' \
-H 'Content-Type: application/json'Response
{ "response": { "errors": [], "messages": [], "results": { … } } }