Apollo integration (Marketing, Data). Imported from open-connector.
https://api.apollo.io/api/v1/usage_stats/api_usage_stats
/api/v1/mixed_companies/search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request. |
| perPage | integer | optional | The number of records to request per page. |
| organizationIds | array | optional | Apollo organization IDs used to scope the search. |
| organizationName | string | optional | The organization name query used for partial company-name matching. |
| organizationLocations | array | optional | The organization headquarters locations to include in the search. |
| excludedOrganizationLocations | array | optional | The organization headquarters locations to exclude from the search. |
| organizationDomains | array | optional | The bare company domains used to restrict the organization search. |
| organizationKeywordTags | array | optional | The organization industry or specialization keywords used to refine the search. |
| organizationEmployeeRanges | array | optional | The employee-count ranges expressed as Apollo 'min,max' strings. |
| organizationRevenueMin | integer | optional | The minimum annual revenue, in US dollars, used to refine the organization sear… |
| organizationRevenueMax | integer | optional | The maximum annual revenue, in US dollars, used to refine the organization sear… |
/api/v1/mixed_people/api_search
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request. |
| perPage | integer | optional | The number of records to request per page. |
| keywords | string | optional | The Apollo keywords string used to refine the people search. |
| personTitles | array | optional | The current job titles to include in the people search. |
| includeSimilarTitles | boolean | optional | Whether Apollo should include titles similar to the supplied person titles. |
| organizationIds | array | optional | The Apollo organization IDs used to scope the people search. |
| personLocations | array | optional | The person locations to include in the search. |
| personSeniorities | array | optional | The person seniority values to include in the search. |
| contactEmailStatus | array | optional | The Apollo contact-email-status values to include. |
| organizationLocations | array | optional | The organization headquarters locations used to refine the people search. |
| organizationDomains | array | optional | The organization domains used to refine the people search. |
| organizationEmployeeRanges | array | optional | The employee-count ranges expressed as Apollo 'min,max' strings. |
| organizationRevenueMin | integer | optional | The minimum annual revenue, in US dollars, used to refine the people search. |
| organizationRevenueMax | integer | optional | The maximum annual revenue, in US dollars, used to refine the people search. |
/api/v1/organizations/enrich
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The bare company domain used to enrich an Apollo organization. |
/api/v1/people/match
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Apollo person identifier. |
| string | optional | The person's email address. | |
| hashedEmail | string | optional | The hashed email used for Apollo person matching. |
| linkedinUrl | string | optional | The LinkedIn profile URL used for Apollo person matching. |
| name | string | optional | The full name used for Apollo person matching. |
| firstName | string | optional | The first name used for Apollo person matching. |
| lastName | string | optional | The last name used for Apollo person matching. |
| organizationName | string | optional | The organization name paired with name-based person matching. |
| domain | string | optional | The bare organization domain paired with person matching. |
| revealPersonalEmails | boolean | optional | Whether Apollo should reveal personal-email data when available. |