All CollectionsAPIHow To Connect To QuantumOutbound API

How To Connect To QuantumOutbound API

Updated 5 months ago

Prerequisites

  • An active QuantumOutbound account
  • Access to Settings in your QuantumOutbound dashboard

Step 1: Generate Your API Key

  1. Go to QuantumOutbound API Settings (Settings > API tab).

  1. Find the API Key section.

Image

  1. Click Generate API Key.
  2. Copy the key — you'll need it in the next step.

💡 Tip: Store your API key somewhere safe. You won't be able to view it again after leaving the page.


Step 2: Authorize in the API Docs

  1. Open the QuantumOutbound API Documentation.
  2. Click Authorize at the top of the page.

Image

  1. Paste your API key into the input field.

Image

  1. Click Authorize, then Close the pop-up.

Image

You're now authenticated and ready to make API calls.


Step 3: Make Your First API Request

Let's test with a GET request to retrieve your agents.

  1. In the API Docs, navigate to GET /v1/agent.
  2. Expand the request section.

Image

  1. Click Try it out.

Image

  1. Scroll down and click Execute.

Image

You'll see the cURL command and the response returned from the API. A successful response confirms your connection is working.


Step 4: Integrate and Automate

With API access confirmed, you can now:

  • Explore other endpoints (leads, campaigns, sequences)
  • Connect QuantumOutbound to your CRM or internal tools
  • Build automated workflows triggered by QuantumOutbound events

👉 Note: Check the API docs for rate limits and pagination details before building production integrations.


What's Next

  • Learn about the Autopilot and CRM features in QuantumOutbound to understand what data you can pull via API
  • Explore the Zapier integration if you prefer a no-code automation approach