Facebook Pixel

ConnectSafely Documentation

API reference and workflow guides for ConnectSafely - the LinkedIn inbound lead generation platform.

Welcome to ConnectSafely Docs

Build powerful LinkedIn automation experiences with the ConnectSafely API and workflow integrations. This documentation covers our REST API, MCP server integration, and no-code platforms like n8n and Make.com.

According to LinkedIn's official statistics, the platform has over 1 billion members globally, making it the world's largest professional network for B2B lead generation.

Get Started with ConnectSafely API

Follow these steps to start using the ConnectSafely API:

Step 1: Sign up for ConnectSafely

Create an account at ConnectSafely to access the API. You'll need an active account to generate API keys and make authenticated requests.

Step 2: Generate your API Key

Navigate to your dashboard and go to Settings → API Keys to generate your unique API key.

🔑  Get API Key →

Important:

  • Click the eye icon on the API Key page to reveal your key, then click copy
  • You can regenerate your API key anytime from the same page (this will invalidate the old key)
  • Keep your API key secure and never share it publicly
  • Use environment variables in production—see OWASP API Security guidelines for best practices

Step 3: Make your first API call

Use your API key in the Authorization header to authenticate your requests. Start with the Send Message endpoint or explore the full API reference.

Base URL

All API requests should be made to:

https://api.connectsafely.ai

Authentication

All authenticated endpoints expect an API key passed as a Bearer token:

Authorization: Bearer <YOUR_API_KEY>

This follows the standard Bearer Token authentication pattern defined in RFC 6750.

Next Steps

Learn More

Need help? Email support@connectsafely.ai.