• Welcome to the Springbolt Lead API
    • Quick Start
    • Getting Started
    • How to Handle Async Callback Actions
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
    • Keyword To Lead - List Creation
      POST
    • Keyword To Lead - List Result
      POST
    • Keyword To Lead - Count Creation
      POST
    • Keyword To Lead - Count Result
      POST

    Getting Started

    Introduction

    Springbolt Lead Resolution API#

    Technical overview of the Springbolt API.
    Welcome to the Springbolt Lead Resolution API documentation. Our API is designed to handle high-throughput Lead Identity Resolution (LIR), visitor deanonymization, contact data enrichment, and organization domain resolution.
    This guide covers the essentials you need to authenticate and start integrating our endpoints into your application.
    Quick Start

    Quick Start#

    Get up and running in 5 minutes
    API Reference

    API Reference#

    Go to Enrichment API
    Authentication

    Authentication#

    Secure API access guide
    Rate Limits

    Rate Limits#

    Understand usage limits

    What you can do with this API#

    Visitor Deanonymization#

    Identify anonymous website visitors and resolve their identities.

    Organization Domain Resolution#

    Enrich contact data and resolve company domains efficiently.

    🔒 Authentication & Login#

    All endpoints in the Springbolt APIs require authentication via API Key.
    We use the standard Bearer Authentication scheme. You must include your token in the Authorization header of every HTTP request.

    How to Authenticate#

    1. Obtain your Token: Log into your Springbolt Dashboard to get your active API key.
    2. Set the Header: Add the Authorization header to your request.
    3. Format: The value must strictly follow the format: Bearer <your_token>.

    Request Example#

    Here is a standard example of how to construct your request headers to authorize an API call:
    Previous
    Quick Start
    Next
    How to Handle Async Callback Actions
    Built with