Articles on: Integrations & API

Connecting with SalesBlink API

title: Connecting with SalesBlink API
description: Integrate SalesBlink programmatically using the Public API.

Overview


The SalesBlink API allows you to integrate SalesBlink with your favorite tools and automate your workflows. Use the API to create lists, manage leads, launch sequences, and track campaign performance programmatically.


Prerequisites


  • Active SalesBlink account


  • API access enabled on your account


Create an API Key


  1. Click on your Profile icon and select My Profile




  1. Navigate to IntegrationsAPI




  1. Click Create API Key


  1. Enter a name for your API key (e.g., "Zapier Integration" or "Custom App")




  1. Click Create New API Key




Important: Copy and save your API key immediately. For security reasons, the full key will only be shown once. If you lose it, you will need to create a new API key.


Save Your API Key


Store your API key in a secure location. You will need it to authenticate API requests.


Authentication


All API endpoints require an API key passed in the Authorization header:


`Authorization: your_salesblink_api_key`


Base URL



Rate Limits


The SalesBlink API implements tiered rate limiting based on request type:


Tier

Limit

Applies To

General

30 requests per minute

GET requests

Sensitive

15 requests per minute

POST and PATCH requests

Restricted

10 requests per minute

PUT and DELETE requests


Need higher limits? Contact SalesBlink support to discuss your requirements.


What You Can Do with the API


  • Create and manage lead lists
  • Add, update, delete, and fetch leads
  • Create and manage email templates
  • Create, launch, and manage sequences
  • Retrieve campaign and sequence data
  • Fetch inbox conversations and replies
  • Run inbox placement tests
  • Verify email addresses
  • Manage email senders


API Documentation


For complete API reference and endpoint details, visit the official SalesBlink API documentation:


SalesBlink API Documentation


Frequently Asked Questions


Q: How many API keys can I create?


You can create multiple API keys for different integrations. Each key can be named for easy identification.


Q: Can I revoke an API key?


Yes, you can revoke an API key at any time from the API section in your account settings. Once revoked, the key will no longer work.


Q: Is the API secure?


Yes, all API communications are encrypted. Your credentials are never stored by third-party integrations—they are only used to establish the connection.

Updated on: 03/07/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!