Apollo API FAQs
Overview
Having trouble finding answers to your API-related questions? Don't worry, Apollo has your back!
The following FAQs provide answers to some of the most common questions Apollo receives about APIs.
How do I create an Apollo API key?
Check out Create API Keys to create your first API key. You must be an admin for your Apollo account or be assigned the necessary permission profile to create API keys.
How do I build an integration with Apollo?
Apollo is excited that you want to offer an integration to mutual users!
- You can sign up here to start exploring and building since all Apollo plans include access to our API.
- To make API requests on behalf of Apollo users, you need to implement the OAuth 2.0 authorization flow when building your integration.
- To have Apollo list your integration on the Marketplace, you should review the requirements and submit an application.
To get in touch with the Apollo Partnerships team, please fill out the form at the bottom of this page.
Data Licensing
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.
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.
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.
What API functionality is included in my Apollo pricing plan? How do credits work with the API?
All pricing plans include at least basic access to the Apollo API, but more advanced functionality is only available on certain plans. Refer to Apollo's API pricing for more details.
Can I track my team’s API usage?
Yes! Apollo's developer dashboard makes it easy to track your team's API usage and determine how many credits you've consumed.
Do you have reference docs that specify endpoint parameters and limitations?
Yes! Apollo provides API reference docs for its endpoints here.
What does this API error mean?
Apollo provides status codes for example responses in the API reference docs. Check out Status Codes / Errors to learn how to find the status codes.
Updated 19 days ago