Skip to main content

Open API

Written by Marie F.

Open API allows you to connect Dripify with external applications and automate data exchange between them.

You can use Open API to retrieve data about your campaigns, leads, teams, and team members, as well as add new leads to campaigns.

What you can do with Open API

With the current version of Open API, you can:

  • Retrieve a list of your campaigns and campaign statistics

  • Retrieve lead lists from a specific campaign

  • Retrieve leads filtered by status

  • Retrieve detailed information about a specific lead

  • Add new leads to a campaign

  • Retrieve a list of your teams and their statistics

  • Retrieve team members and their statistics

These capabilities allow you to access and manage Dripify data programmatically as part of your own integrations and workflows.

We’re continuing to expand Open API functionality, with more capabilities coming soon, including exporting a lead’s complete activity log and messaging history, sending LinkedIn messages through the API, managing lead tags, and adding custom lead fields.

If you have any suggestions for functionality you'd like to see added to Open API, feel free to contact our Customer Support team at [email protected].

How to generate an API key

To start using Open API, you need to generate an API key. The key is used to authenticate API requests and provides access to your Dripify account data available through Open API.

To generate an API key:

  1. Navigate to Settings.

  2. Select Integrations.

  3. Find the API Key block.

  4. Click Generate.

Once the key is generated, you'll see the “API key has been successfully generated” notification. The API Key section will also display the date when the key was generated.

💡 Keep your API key private to protect your data.

How to revoke your API key

If you no longer want your current API key to provide access to Open API, you can revoke it.

  1. Go to Settings → Integrations and expand the API Key section.

  2. Click Revoke.

  3. Click Revoke key in the confirmation window.

Once revoked, the API key can no longer be used to access Open API, and any integrations using it will stop working.

You can generate a new API key at any time after revoking the previous one.

API documentation

This article provides an overview of Open API and explains how to generate and manage your API key.

For complete technical information about available endpoints, parameters, authentication, requests, and responses, visit the Dripify API documentation.

Did this answer your question?