1. ⚡ Essentials
  • ⚡ Essentials
    • Springbolt API
    • Getting Started
    • Authentication
    • Rate Limits
  • 🔑 Keyword To Lead
    • List Creation
      POST
    • List Result
      POST
    • Count Creation
      POST
    • Count Result
      POST
  • 🔍 Lead Resolution
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
  1. ⚡ Essentials

Getting Started

Make your first API call in minutes.
This guide walks you through everything you need to authenticate and send your first request to the Springbolt Lead Resolution API.

Step 1 — Get your API Key#

All requests to the Springbolt API require authentication. Your API key is available inside the Springbolt Dashboard.
  1. Log into your Springbolt Dashboard
  2. Navigate to Settings → API Access
  3. Copy your active API key
⚠️IMPORTANT
Keep your API key secret. Never expose it in client-side code or public repositories.

Step 2 — Authenticate your request#

Springbolt uses Bearer Authentication. Include your API key in the Authorization header of every HTTP request:

Step 3 — Make your first request#

The example below calls the Enrichment API to retrieve a full contact profile from a LinkedIn URL:

Step 4 — Handle the response#

A successful request returns a 200 OK with the resolved contact data. If something goes wrong, the API returns a structured error object. Always check the response status before processing the payload.
✅200 — SUCCESS
The request was processed and the resolved data is returned in the response body.
🔒401 — UNAUTHORIZED
Your API key is missing or invalid. Check your Authorization header.
⚡429 — RATE LIMITED
You have exceeded the allowed request rate. Wait before retrying.
🛠️500 — SERVER ERROR
Something went wrong on our end. If this persists, please contact support.

Next steps#

Now that you have made your first request, explore the rest of the API:
  • Deanonymization — Identify anonymous visitors on your website
  • LinkedIn to Phone — Retrieve phone numbers from LinkedIn profiles
  • IP to Company — Resolve company data from an IP address
  • Keyword to Lead — Generate lead lists from keywords or topics
Previous
Springbolt API
Next
Authentication
Built with