Use the Apollo REST API

Article author
Sarah Malone
Updated

Overview

Apollo makes several APIs available to both partners and customers. Apollo's APIs can be used to enrich data for people and companies, build integrations, and create and manage contacts and accounts. To better understand the APIs, visit Apollo's Developer Hub.

Use the following links to directly access commonly used docs in the Developer Hub:

Docs Details
Create API Keys Learn how to create API keys for your Apollo account. API keys can be used to test endpoints directly in the Developer Hub, enrich data for people and companies, and more.
OAuth 2.0 (partners only) To build an integration with Apollo, you need to implement the OAuth 2.0 authorization flow. This enables mutual customers to log in using their existing Apollo credentials.
Feature Your Integration Used OAuth 2.0 to build that cool integration? Get it featured on Apollo's Marketplace for more than a million users!
Apollo API Tutorials Get started with Apollo's APIs by walking through some of the most common use cases, including how to enrich people data and how to retrieve mobile phone numbers for contacts.
API Reference Docs Learn about all of Apollo's public API endpoints, including endpoint descriptions, parameter details, example responses, and status codes. If you create an Apollo API key, you can test endpoints directly in the docs.

Back to Top

FAQs

The following FAQs provide answers to some of the most common questions Apollo receives about APIs.

Can I test Apollo's API to make sure my key works?

Yes! Apollo shows how to test your API key. Follow the same logic to test the API using your preferred method.

How do I build an integration with Apollo?

Apollo is excited that you want to offer an integration to mutual users!

To get in touch with the Apollo Partnerships team, please fill out the form at the bottom of this page.

Integrations for the purpose of sharing/exposing/reselling data to non-Apollo users would require a custom contract with Apollo. Please fill out the form at the bottom of this page to get in touch with Apollo Partnerships and confirm whether you may qualify.

What can I do with the API?

Use cases for the API include, but are not limited to:

  • Build integrations: Integrate Apollo’s data and features in your own integrations. Use an OAuth 2.0 authorization flow to gain permission to query the endpoints you need on behalf of mutual users. The API offers the ability to retrieve data, create accounts, interact with sequences, and more!
  • Enrich data: Use the Enrichment endpoints to perform data enrichment for both people and organizations. Enrich the data of an individual person or organization, or enrich data in bulk.
  • Find people: Use the People Search endpoint to search Apollo’s data to find exact prospects based on demographics filters, including job titles, locations, and seniority.

Back to Top