{
  "authentication":"headers",
  "api": {
    "apiUrl": "https://api.apollo.io/api/v1/people/match",
    "method": "get",
    "verify_ssl_peer": "1",
    "send_as_json": "0"
  },
  "headers": {
    "x-api-key": "<Your Apollo.io API Key>"
  },
  "OAuth": [],
  "publicKeyInfrastructure": [],
  "requestMapping": {
    "email": "email"
  },
  "responseMapping": {
    "Apollo.io LinkedIn URL": "person.linkedin_url",
    "Apollo.io Company": "person.organization.name",
    "Apollo.io Country": "person.country"
  }
}