OFFICIAL VERSIONED API

Build Revenue Workflows Directly Into Your Stack

Connect Outtricks to your own applications, CRM, internal tools, and revenue workflows through a stable, versioned API built for reliable automation.

● REST / JSON● OpenAPI 3.1● 99.99% SLA● Sub-40ms Latency
api.outtricks.com/v1
curl -X POST https://api.outtricks.com/v1/leads/search \
  -H "Authorization: Bearer out_live_94f8a12e" \
  -H "Content-Type: application/json" \
  -d '{
    "job_titles": ["VP Sales", "Head of Growth"],
    "seniority": ["executive", "director"],
    "headcount_min": 50,
    "tech_stack": ["Salesforce", "Snowflake"],
    "limit": 10
  }'
Response: 200 OK (38ms)
{
  "status": "success",
  "count": 10,
  "data": [
    {
      "id": "lead_89a4bc71",
      "full_name": "Sarah Jenkins",
      "title": "VP of Product",
      "company": "Northwind",
      "verified_email": "s.jenkins@stripe.com",
      "direct_dial": "+1 (415) 892-4910",
      "confidence_score": 0.98
    }
  ]
}
API CAPABILITIES

Everything You Can Do in the UI, Available via API

Build custom prospecting workflows, automate outreach cadences, and sync pipeline directly into your tech stack.

/v1/leads

Lead & Contact Data

Query 200M+ verified B2B profiles, extract verified emails, and enrich technographic signals programmatically.

/v1/campaigns

Campaign Automation

Enroll prospects into multi-inbox cold email and LinkedIn sequences with dynamic personalization tokens.

/v1/deals

CRM & Pipeline

Read and write contacts, deals, notes, and activity directly to the native PostgreSQL database with zero sync drift.

/v1/workflows

Workflow Triggers

Fire custom event webhooks and automate multi-channel actions across your internal microservices.

DEVELOPER EXPERIENCE

Clean, Predictable REST Endpoints

Click an endpoint below to inspect request payloads and standardized JSON responses.

POSThttps://api.outtricks.com/v1/leads/search
Rate Limit: 1,000 RPM

Query 200M+ verified B2B profiles using 8D ICP targeting filters.

Request BodyContent-Type: application/json
curl -X POST https://api.outtricks.com/v1/leads/search \
  -H "Authorization: Bearer out_live_94f8a12e" \
  -H "Content-Type: application/json" \
  -d '{
    "job_titles": ["VP Sales", "Head of Growth"],
    "seniority": ["executive", "director"],
    "headcount_min": 50,
    "tech_stack": ["Salesforce", "Snowflake"],
    "limit": 10
  }'
Response (200 OK)Latency: 38ms
{
  "status": "success",
  "count": 10,
  "data": [
    {
      "id": "lead_89a4bc71",
      "full_name": "Sarah Jenkins",
      "title": "VP of Product",
      "company": "Northwind",
      "verified_email": "s.jenkins@stripe.com",
      "direct_dial": "+1 (415) 892-4910",
      "confidence_score": 0.98
    }
  ]
}
ENTERPRISE GRADE

Engineered for Production Reliability

Stable, documented, and resilient infrastructure powering millions of automated revenue events every month.

Versioned Endpoints

Strict URI versioning (/v1/) with zero breaking changes guaranteed across stable production releases.

Predictable Responses

Standardized JSON schemas with RFC-7807 structured error codes for predictable integration handling.

Secure Authentication

Bearer API keys with granular role permissions, IP allowlisting, and token expiration policies.

Reliable Webhooks

At-least-once delivery with HMAC-SHA256 signature verification and automatic exponential backoff retries.

Standard Error Codes

Clear HTTP status codes (200, 201, 400, 401, 429, 500) paired with contextual debugging messages.

Production Infrastructure

99.99% uptime SLA running on multi-region edge nodes with sub-40ms global execution latency.

SEAMLESS CONNECTIVITY

How Data Flows Into Your Stack

A continuous loop connecting your internal applications, Outtricks revenue engines, and your CRM.

Your App
Outtricks API
Revenue Data
Automation
Closed CRM
DEVELOPER FIRST

Connect Outtricks to the Tools You Already Use

Start building automated revenue workflows with our developer-friendly REST API. Instant sandbox keys, detailed guides, and responsive technical support.

VERSIONED API FAQ

Frequently Asked Questions

API access is available on all Outtricks plans. Once you create an account, you can generate production and sandbox API keys with granular scopes directly from your workspace dashboard (Settings → API Keys).