• Introduction
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
    • Organization Domain Finder
      POST
    • Keyword to Lead
      POST

      Linkedin to HEM

      POST
      https://api.lead.springbolt.app/lead/resolution/linkedin_to_hem
      Resolves hashed email (HEM) from a LinkedIn profile. Useful for advertising platforms (Meta, Google, etc.).
      Async: Result delivered via callback.

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200
      application/json
      Body

      ⚪default
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.lead.springbolt.app/lead/resolution/linkedin_to_hem' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "linkedin_url": "https://www.linkedin.com/in/john-doe",
          "callback_url": "https://www.example.com/resolution"
      }'
      Response Response Example
      200 - Example 1
      {
          "data": true,
          "message": "The resolution has started. We will send the result to the callback URL you provided on completion."
      }
      Previous
      Linkedin to Phone
      Next
      Email to HEM
      Built with